Html Css Color HEX #BBC921 Rio Grande

📋 copy color: '#BBC921'

red 187 ◦ green 201 ◦ blue 33

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

Shades of Rio Grande #BBC921

Tints of Rio Grande #BBC921

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.74%

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

R = 44.42%
G = 47.74%
B = 7.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#BBC921 (or 0xBBC921) is known color: Rio Grande. HEX triplet: BB, C9 and 21. RGB value is (187,201,33). Sum of RGB (Red+Green+Blue) = 187+201+33=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC921 is #4436DE. Grayscale: #B2B2B2. Windows color (decimal): -4470495 or 2214331. OLE color: 2214331.

HSL color Cylindrical-coordinate representation of color #BBC921: hue angle of 65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBC921 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 33 -
CMYK 0.07 0 0.84 0.21
HSL 65º 0.72% 0.46% -
HSV(B) 65º 0.84% 0.79% -
XYZ 41.65 52.45 9.37 -
YUV 177.66 46.36 134.66 -
System Red Green Blue C M Y K H S L
Decimal 187 201 33 0.07 0 0.84 0.21 65 0.72 0.46
Hex BB C9 21 7 0 54 15 41 48 2E
Octal 273 311 41 7 0 124 25 101 110 56
Binary 10111011 11001001 100001 111 0 1010100 10101 1000001 1001000 101110

Color Harmonies of #BBC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC921

Black with #BBC921

Text Example


Text Example

White with #BBC921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC921; }

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

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

background-color css

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

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

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

border-color css

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

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

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