Html Css Color HEX #B2BE18 Rio Grande

📋 copy color: '#B2BE18'

red 178 ◦ green 190 ◦ blue 24

#B2BE18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B2BE18

Tints of Rio Grande #B2BE18

RGB

 RED value IS 178 (69.92% from 255) = 45.41%

 GREEN value IS 190 (74.61% from 255) = 48.47%

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 45.41%
G = 48.47%
B = 6.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2BE18 (or 0xB2BE18) is known color: Rio Grande. HEX triplet: B2, BE and 18. RGB value is (178,190,24). Sum of RGB (Red+Green+Blue) = 178+190+24=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE18 is #4D41E7. Grayscale: #A8A8A8. Windows color (decimal): -5063144 or 1621682. OLE color: 1621682.

HSL color Cylindrical-coordinate representation of color #B2BE18: hue angle of 64.34º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2BE18 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 24 -
CMYK 0.06 0 0.87 0.25
HSL 64.34º 0.78% 0.42% -
HSV(B) 64.34º 0.87% 0.75% -
XYZ 36.94 46.36 7.87 -
YUV 167.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 178 190 24 0.06 0 0.87 0.25 64.34 0.78 0.42
Hex B2 BE 18 6 0 57 19 40 4E 2A
Octal 262 276 30 6 0 127 31 100 116 52
Binary 10110010 10111110 11000 110 0 1010111 11001 1000000 1001110 101010

Color Harmonies of #B2BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE18

Black with #B2BE18

Text Example


Text Example

White with #B2BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE18; }

 p { color: rgb(178,190,24); }

 H1.HeaderClassName
 {
   color: #B2BE18;
 }
 .AnyTagClassName
 {
   color: #B2BE18;
 }
</style>

background-color css

<style>
 a { background-color: #B2BE18; }

 a { background-color: rgb(178,190,24); }

 div.DivClassName
 {
   background-color: #B2BE18;
 }
 .BgClassName
 {
   background-color: #B2BE18;
 }
</style>

border-color css

<style>
 span { border-color: #B2BE18; }

 span { border-color: rgb(178,190,24); }

 td.TdClassName
 {
   border-color: #B2BE18;
 }
 .TagClassName
 {
   border-color: #B2BE18;
 }
</style>