Html Css Color HEX #BBC528 Rio Grande

📋 copy color: '#BBC528'

red 187 ◦ green 197 ◦ blue 40

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

Shades of Rio Grande #BBC528

Tints of Rio Grande #BBC528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.46%

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

R = 44.1%
G = 46.46%
B = 9.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#BBC528 (or 0xBBC528) is known color: Rio Grande. HEX triplet: BB, C5 and 28. RGB value is (187,197,40). Sum of RGB (Red+Green+Blue) = 187+197+40=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC528 is #443AD7. Grayscale: #B0B0B0. Windows color (decimal): -4471512 or 2672059. OLE color: 2672059.

HSL color Cylindrical-coordinate representation of color #BBC528: hue angle of 63.82º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC528 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 40 -
CMYK 0.05 0 0.80 0.23
HSL 63.82º 0.66% 0.46% -
HSV(B) 63.82º 0.8% 0.77% -
XYZ 40.84 50.65 9.63 -
YUV 176.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 187 197 40 0.05 0 0.80 0.23 63.82 0.66 0.46
Hex BB C5 28 5 0 50 17 40 42 2E
Octal 273 305 50 5 0 120 27 100 102 56
Binary 10111011 11000101 101000 101 0 1010000 10111 1000000 1000010 101110

Color Harmonies of #BBC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC528

Black with #BBC528

Text Example


Text Example

White with #BBC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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