Html Css Color HEX #BBC521 Rio Grande

📋 copy color: '#BBC521'

red 187 ◦ green 197 ◦ blue 33

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

Shades of Rio Grande #BBC521

Tints of Rio Grande #BBC521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 44.84%
G = 47.24%
B = 7.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#BBC521 (or 0xBBC521) is known color: Rio Grande. HEX triplet: BB, C5 and 21. RGB value is (187,197,33). Sum of RGB (Red+Green+Blue) = 187+197+33=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC521 is #443ADE. Grayscale: #AFAFAF. Windows color (decimal): -4471519 or 2213307. OLE color: 2213307.

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

Color convert

RGB 187 197 33 -
CMYK 0.05 0 0.83 0.23
HSL 63.66º 0.71% 0.45% -
HSV(B) 63.66º 0.83% 0.77% -
XYZ 40.73 50.61 9.06 -
YUV 175.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 187 197 33 0.05 0 0.83 0.23 63.66 0.71 0.45
Hex BB C5 21 5 0 53 17 40 47 2D
Octal 273 305 41 5 0 123 27 100 107 55
Binary 10111011 11000101 100001 101 0 1010011 10111 1000000 1000111 101101

Color Harmonies of #BBC521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC521

Black with #BBC521

Text Example


Text Example

White with #BBC521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC521; }

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

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

background-color css

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

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

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

border-color css

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

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

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