Html Css Color HEX #BBBB28 Rio Grande

📋 copy color: '#BBBB28'

red 187 ◦ green 187 ◦ blue 40

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

Shades of Rio Grande #BBBB28

Tints of Rio Grande #BBBB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 45.17%
G = 45.17%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBBB28 (or 0xBBBB28) is known color: Rio Grande. HEX triplet: BB, BB and 28. RGB value is (187,187,40). Sum of RGB (Red+Green+Blue) = 187+187+40=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB28 is #4444D7. Grayscale: #AAAAAA. Windows color (decimal): -4474072 or 2669499. OLE color: 2669499.

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

Color convert

RGB 187 187 40 -
CMYK 0 0 0.79 0.27
HSL 60º 0.65% 0.45% -
HSV(B) 60º 0.79% 0.73% -
XYZ 38.65 46.26 8.9 -
YUV 170.24 54.5 139.95 -
System Red Green Blue C M Y K H S L
Decimal 187 187 40 0 0 0.79 0.27 60 0.65 0.45
Hex BB BB 28 0 0 4F 1B 3C 41 2D
Octal 273 273 50 0 0 117 33 74 101 55
Binary 10111011 10111011 101000 0 0 1001111 11011 111100 1000001 101101

Color Harmonies of #BBBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB28

Black with #BBBB28

Text Example


Text Example

White with #BBBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB28; }

 p { color: rgb(187,187,40); }

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

background-color css

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

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

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

border-color css

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

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

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