Html Css Color HEX #BBBF28 Rio Grande

📋 copy color: '#BBBF28'

red 187 ◦ green 191 ◦ blue 40

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

Shades of Rio Grande #BBBF28

Tints of Rio Grande #BBBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

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

R = 44.74%
G = 45.69%
B = 9.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BBBF28 (or 0xBBBF28) is known color: Rio Grande. HEX triplet: BB, BF and 28. RGB value is (187,191,40). Sum of RGB (Red+Green+Blue) = 187+191+40=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBF28 is #4440D7. Grayscale: #ADADAD. Windows color (decimal): -4473048 or 2670523. OLE color: 2670523.

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

Color convert

RGB 187 191 40 -
CMYK 0.02 0 0.79 0.25
HSL 61.59º 0.65% 0.45% -
HSV(B) 61.59º 0.79% 0.75% -
XYZ 39.51 47.98 9.19 -
YUV 172.59 53.17 138.28 -
System Red Green Blue C M Y K H S L
Decimal 187 191 40 0.02 0 0.79 0.25 61.59 0.65 0.45
Hex BB BF 28 2 0 4F 19 3E 41 2D
Octal 273 277 50 2 0 117 31 76 101 55
Binary 10111011 10111111 101000 10 0 1001111 11001 111110 1000001 101101

Color Harmonies of #BBBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF28

Black with #BBBF28

Text Example


Text Example

White with #BBBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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