Html Css Color HEX #B6B924 Rio Grande

📋 copy color: '#B6B924'

red 182 ◦ green 185 ◦ blue 36

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

Shades of Rio Grande #B6B924

Tints of Rio Grande #B6B924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.91%

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 45.16%
G = 45.91%
B = 8.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B6B924 (or 0xB6B924) is known color: Rio Grande. HEX triplet: B6, B9 and 24. RGB value is (182,185,36). Sum of RGB (Red+Green+Blue) = 182+185+36=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B924 is #4946DB. Grayscale: #A7A7A7. Windows color (decimal): -4802268 or 2406838. OLE color: 2406838.

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

Color convert

RGB 182 185 36 -
CMYK 0.02 0 0.81 0.27
HSL 61.21º 0.67% 0.43% -
HSV(B) 61.21º 0.81% 0.73% -
XYZ 36.96 44.77 8.36 -
YUV 167.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 182 185 36 0.02 0 0.81 0.27 61.21 0.67 0.43
Hex B6 B9 24 2 0 51 1B 3D 43 2B
Octal 266 271 44 2 0 121 33 75 103 53
Binary 10110110 10111001 100100 10 0 1010001 11011 111101 1000011 101011

Color Harmonies of #B6B924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B924

Black with #B6B924

Text Example


Text Example

White with #B6B924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B924; }

 p { color: rgb(182,185,36); }

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

background-color css

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

 a { background-color: rgb(182,185,36); }

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

border-color css

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

 span { border-color: rgb(182,185,36); }

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