Html Css Color HEX #BBC120 Rio Grande

📋 copy color: '#BBC120'

red 187 ◦ green 193 ◦ blue 32

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

Shades of Rio Grande #BBC120

Tints of Rio Grande #BBC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 45.39%
G = 46.84%
B = 7.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#BBC120 (or 0xBBC120) is known color: Rio Grande. HEX triplet: BB, C1 and 20. RGB value is (187,193,32). Sum of RGB (Red+Green+Blue) = 187+193+32=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC120 is #443EDF. Grayscale: #ADADAD. Windows color (decimal): -4472544 or 2146747. OLE color: 2146747.

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

Color convert

RGB 187 193 32 -
CMYK 0.03 0 0.83 0.24
HSL 62.24º 0.72% 0.44% -
HSV(B) 62.24º 0.83% 0.76% -
XYZ 39.82 48.81 8.69 -
YUV 172.85 48.51 138.09 -
System Red Green Blue C M Y K H S L
Decimal 187 193 32 0.03 0 0.83 0.24 62.24 0.72 0.44
Hex BB C1 20 3 0 53 18 3E 48 2C
Octal 273 301 40 3 0 123 30 76 110 54
Binary 10111011 11000001 100000 11 0 1010011 11000 111110 1001000 101100

Color Harmonies of #BBC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC120

Black with #BBC120

Text Example


Text Example

White with #BBC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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