Html Css Color HEX #BBC520 Rio Grande

📋 copy color: '#BBC520'

red 187 ◦ green 197 ◦ blue 32

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

Shades of Rio Grande #BBC520

Tints of Rio Grande #BBC520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.69%

R = 44.95%
G = 47.36%
B = 7.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BBC520 (or 0xBBC520) is known color: Rio Grande. HEX triplet: BB, C5 and 20. RGB value is (187,197,32). Sum of RGB (Red+Green+Blue) = 187+197+32=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC520 is #443ADF. Grayscale: #AFAFAF. Windows color (decimal): -4471520 or 2147771. OLE color: 2147771.

HSL color Cylindrical-coordinate representation of color #BBC520: hue angle of 63.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC520 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 32 -
CMYK 0.05 0 0.84 0.23
HSL 63.64º 0.72% 0.45% -
HSV(B) 63.64º 0.84% 0.77% -
XYZ 40.72 50.6 8.99 -
YUV 175.2 47.19 136.42 -
System Red Green Blue C M Y K H S L
Decimal 187 197 32 0.05 0 0.84 0.23 63.64 0.72 0.45
Hex BB C5 20 5 0 54 17 40 48 2D
Octal 273 305 40 5 0 124 27 100 110 55
Binary 10111011 11000101 100000 101 0 1010100 10111 1000000 1001000 101101

Color Harmonies of #BBC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC520

Black with #BBC520

Text Example


Text Example

White with #BBC520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC520; }

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

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

background-color css

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

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

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

border-color css

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

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

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