Html Css Color HEX #B2BF19 Rio Grande

📋 copy color: '#B2BF19'

red 178 ◦ green 191 ◦ blue 25

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

Shades of Rio Grande #B2BF19

Tints of Rio Grande #B2BF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.35%

R = 45.18%
G = 48.48%
B = 6.35%

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

#B2BF19 (or 0xB2BF19) is known color: Rio Grande. HEX triplet: B2, BF and 19. RGB value is (178,191,25). Sum of RGB (Red+Green+Blue) = 178+191+25=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF19 is #4D40E6. Grayscale: #A8A8A8. Windows color (decimal): -5062887 or 1687474. OLE color: 1687474.

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

Color convert

RGB 178 191 25 -
CMYK 0.07 0 0.87 0.25
HSL 64.7º 0.77% 0.42% -
HSV(B) 64.7º 0.87% 0.75% -
XYZ 37.17 46.8 7.99 -
YUV 168.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 178 191 25 0.07 0 0.87 0.25 64.7 0.77 0.42
Hex B2 BF 19 7 0 57 19 41 4D 2A
Octal 262 277 31 7 0 127 31 101 115 52
Binary 10110010 10111111 11001 111 0 1010111 11001 1000001 1001101 101010

Color Harmonies of #B2BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF19

Black with #B2BF19

Text Example


Text Example

White with #B2BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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