Html Css Color HEX #B6BA21 Rio Grande

📋 copy color: '#B6BA21'

red 182 ◦ green 186 ◦ blue 33

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

Shades of Rio Grande #B6BA21

Tints of Rio Grande #B6BA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.23%

R = 45.39%
G = 46.38%
B = 8.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B6BA21 (or 0xB6BA21) is known color: Rio Grande. HEX triplet: B6, BA and 21. RGB value is (182,186,33). Sum of RGB (Red+Green+Blue) = 182+186+33=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA21 is #4945DE. Grayscale: #A7A7A7. Windows color (decimal): -4802015 or 2210486. OLE color: 2210486.

HSL color Cylindrical-coordinate representation of color #B6BA21: hue angle of 61.57º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6BA21 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 33 -
CMYK 0.02 0 0.82 0.27
HSL 61.57º 0.7% 0.43% -
HSV(B) 61.57º 0.82% 0.73% -
XYZ 37.12 45.17 8.2 -
YUV 167.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 182 186 33 0.02 0 0.82 0.27 61.57 0.7 0.43
Hex B6 BA 21 2 0 52 1B 3E 46 2B
Octal 266 272 41 2 0 122 33 76 106 53
Binary 10110110 10111010 100001 10 0 1010010 11011 111110 1000110 101011

Color Harmonies of #B6BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA21

Black with #B6BA21

Text Example


Text Example

White with #B6BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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