Html Css Color HEX #B6BB32 Rio Grande

📋 copy color: '#B6BB32'

red 182 ◦ green 187 ◦ blue 50

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

Shades of Rio Grande #B6BB32

Tints of Rio Grande #B6BB32

RGB

 RED value IS 182 (71.48% from 255) = 43.44%

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

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 43.44%
G = 44.63%
B = 11.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B6BB32 (or 0xB6BB32) is known color: Rio Grande. HEX triplet: B6, BB and 32. RGB value is (182,187,50). Sum of RGB (Red+Green+Blue) = 182+187+50=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BB32 is #4944CD. Grayscale: #AAAAAA. Windows color (decimal): -4801742 or 3324854. OLE color: 3324854.

HSL color Cylindrical-coordinate representation of color #B6BB32: hue angle of 62.19º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6BB32 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 187 50 -
CMYK 0.03 0 0.73 0.27
HSL 62.19º 0.58% 0.46% -
HSV(B) 62.19º 0.73% 0.73% -
XYZ 37.64 45.72 9.86 -
YUV 169.89 60.34 136.64 -
System Red Green Blue C M Y K H S L
Decimal 182 187 50 0.03 0 0.73 0.27 62.19 0.58 0.46
Hex B6 BB 32 3 0 49 1B 3E 3A 2E
Octal 266 273 62 3 0 111 33 76 72 56
Binary 10110110 10111011 110010 11 0 1001001 11011 111110 111010 101110

Color Harmonies of #B6BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BB32

Black with #B6BB32

Text Example


Text Example

White with #B6BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BB32; }

 p { color: rgb(182,187,50); }

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

background-color css

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

 a { background-color: rgb(182,187,50); }

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

border-color css

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

 span { border-color: rgb(182,187,50); }

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