Html Css Color HEX #BBB924 Rio Grande

📋 copy color: '#BBB924'

red 187 ◦ green 185 ◦ blue 36

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

Shades of Rio Grande #BBB924

Tints of Rio Grande #BBB924

RGB

 RED value IS 187 (73.44% from 255) = 45.83%

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

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

R = 45.83%
G = 45.34%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBB924 (or 0xBBB924) is known color: Rio Grande. HEX triplet: BB, B9 and 24. RGB value is (187,185,36). Sum of RGB (Red+Green+Blue) = 187+185+36=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB924 is #4446DB. Grayscale: #A9A9A9. Windows color (decimal): -4474588 or 2406843. OLE color: 2406843.

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

Color convert

RGB 187 185 36 -
CMYK 0 0.01 0.81 0.27
HSL 59.21º 0.68% 0.44% -
HSV(B) 59.21º 0.81% 0.73% -
XYZ 38.16 45.39 8.42 -
YUV 168.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 187 185 36 0 0.01 0.81 0.27 59.21 0.68 0.44
Hex BB B9 24 0 1 51 1B 3B 44 2C
Octal 273 271 44 0 1 121 33 73 104 54
Binary 10111011 10111001 100100 0 1 1010001 11011 111011 1000100 101100

Color Harmonies of #BBB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB924

Black with #BBB924

Text Example


Text Example

White with #BBB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB924; }

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

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

background-color css

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

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

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

border-color css

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

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

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