Html Css Color HEX #BBC021 Rio Grande

📋 copy color: '#BBC021'

red 187 ◦ green 192 ◦ blue 33

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

Shades of Rio Grande #BBC021

Tints of Rio Grande #BBC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

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

R = 45.39%
G = 46.6%
B = 8.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BBC021 (or 0xBBC021) is known color: Rio Grande. HEX triplet: BB, C0 and 21. RGB value is (187,192,33). Sum of RGB (Red+Green+Blue) = 187+192+33=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC021 is #443FDE. Grayscale: #ADADAD. Windows color (decimal): -4472799 or 2212027. OLE color: 2212027.

HSL color Cylindrical-coordinate representation of color #BBC021: hue angle of 61.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC021 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 33 -
CMYK 0.03 0 0.83 0.25
HSL 61.89º 0.71% 0.44% -
HSV(B) 61.89º 0.83% 0.75% -
XYZ 39.62 48.37 8.69 -
YUV 172.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 187 192 33 0.03 0 0.83 0.25 61.89 0.71 0.44
Hex BB C0 21 3 0 53 19 3E 47 2C
Octal 273 300 41 3 0 123 31 76 107 54
Binary 10111011 11000000 100001 11 0 1010011 11001 111110 1000111 101100

Color Harmonies of #BBC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC021

Black with #BBC021

Text Example


Text Example

White with #BBC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC021; }

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

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

background-color css

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

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

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

border-color css

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

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

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