Html Css Color HEX #B2BF18 Rio Grande

📋 copy color: '#B2BF18'

red 178 ◦ green 191 ◦ blue 24

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

Shades of Rio Grande #B2BF18

Tints of Rio Grande #B2BF18

RGB

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

 GREEN value IS 191 (75% from 255) = 48.6%

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

R = 45.29%
G = 48.6%
B = 6.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#B2BF18 (or 0xB2BF18) is known color: Rio Grande. HEX triplet: B2, BF and 18. RGB value is (178,191,24). Sum of RGB (Red+Green+Blue) = 178+191+24=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF18 is #4D40E7. Grayscale: #A8A8A8. Windows color (decimal): -5062888 or 1621938. OLE color: 1621938.

HSL color Cylindrical-coordinate representation of color #B2BF18: hue angle of 64.67º 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 #B2BF18 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 24 -
CMYK 0.07 0 0.87 0.25
HSL 64.67º 0.78% 0.42% -
HSV(B) 64.67º 0.87% 0.75% -
XYZ 37.16 46.79 7.94 -
YUV 168.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 178 191 24 0.07 0 0.87 0.25 64.67 0.78 0.42
Hex B2 BF 18 7 0 57 19 41 4E 2A
Octal 262 277 30 7 0 127 31 101 116 52
Binary 10110010 10111111 11000 111 0 1010111 11001 1000001 1001110 101010

Color Harmonies of #B2BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF18

Black with #B2BF18

Text Example


Text Example

White with #B2BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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