Html Css Color HEX #B2BB19 Rio Grande

📋 copy color: '#B2BB19'

red 178 ◦ green 187 ◦ blue 25

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

Shades of Rio Grande #B2BB19

Tints of Rio Grande #B2BB19

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.95%

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

R = 45.64%
G = 47.95%
B = 6.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B2BB19 (or 0xB2BB19) is known color: Rio Grande. HEX triplet: B2, BB and 19. RGB value is (178,187,25). Sum of RGB (Red+Green+Blue) = 178+187+25=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BB19 is #4D44E6. Grayscale: #A6A6A6. Windows color (decimal): -5063911 or 1686450. OLE color: 1686450.

HSL color Cylindrical-coordinate representation of color #B2BB19: hue angle of 63.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2BB19 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 25 -
CMYK 0.05 0 0.87 0.27
HSL 63.33º 0.76% 0.42% -
HSV(B) 63.33º 0.87% 0.73% -
XYZ 36.31 45.08 7.71 -
YUV 165.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 178 187 25 0.05 0 0.87 0.27 63.33 0.76 0.42
Hex B2 BB 19 5 0 57 1B 3F 4C 2A
Octal 262 273 31 5 0 127 33 77 114 52
Binary 10110010 10111011 11001 101 0 1010111 11011 111111 1001100 101010

Color Harmonies of #B2BB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB19

Black with #B2BB19

Text Example


Text Example

White with #B2BB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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