Html Css Color HEX #B6BA32 Rio Grande

📋 copy color: '#B6BA32'

red 182 ◦ green 186 ◦ blue 50

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

Shades of Rio Grande #B6BA32

Tints of Rio Grande #B6BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

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

R = 43.54%
G = 44.5%
B = 11.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B6BA32 (or 0xB6BA32) is known color: Rio Grande. HEX triplet: B6, BA and 32. RGB value is (182,186,50). Sum of RGB (Red+Green+Blue) = 182+186+50=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA32 is #4945CD. Grayscale: #A9A9A9. Windows color (decimal): -4801998 or 3324598. OLE color: 3324598.

HSL color Cylindrical-coordinate representation of color #B6BA32: hue angle of 61.76º 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 #B6BA32 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 50 -
CMYK 0.02 0 0.73 0.27
HSL 61.76º 0.58% 0.46% -
HSV(B) 61.76º 0.73% 0.73% -
XYZ 37.43 45.29 9.79 -
YUV 169.3 60.67 137.06 -
System Red Green Blue C M Y K H S L
Decimal 182 186 50 0.02 0 0.73 0.27 61.76 0.58 0.46
Hex B6 BA 32 2 0 49 1B 3E 3A 2E
Octal 266 272 62 2 0 111 33 76 72 56
Binary 10110110 10111010 110010 10 0 1001001 11011 111110 111010 101110

Color Harmonies of #B6BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA32

Black with #B6BA32

Text Example


Text Example

White with #B6BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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