Html Css Color HEX #BBA120 Earls Green

📋 copy color: '#BBA120'

red 187 ◦ green 161 ◦ blue 32

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

Shades of Earls Green #BBA120

Tints of Earls Green #BBA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.37%

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

R = 49.21%
G = 42.37%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBA120 (or 0xBBA120) is known color: Earls Green. HEX triplet: BB, A1 and 20. RGB value is (187,161,32). Sum of RGB (Red+Green+Blue) = 187+161+32=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA120 is #445EDF. Grayscale: #9A9A9A. Windows color (decimal): -4480736 or 2138555. OLE color: 2138555.

HSL color Cylindrical-coordinate representation of color #BBA120: hue angle of 49.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA120 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 32 -
CMYK 0 0.14 0.83 0.27
HSL 49.94º 0.71% 0.43% -
HSV(B) 49.94º 0.83% 0.73% -
XYZ 33.5 36.16 6.58 -
YUV 154.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 187 161 32 0 0.14 0.83 0.27 49.94 0.71 0.43
Hex BB A1 20 0 E 53 1B 32 47 2B
Octal 273 241 40 0 16 123 33 62 107 53
Binary 10111011 10100001 100000 0 1110 1010011 11011 110010 1000111 101011

Color Harmonies of #BBA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA120

Black with #BBA120

Text Example


Text Example

White with #BBA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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