Html Css Color HEX #BBA124 Earls Green

📋 copy color: '#BBA124'

red 187 ◦ green 161 ◦ blue 36

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

Shades of Earls Green #BBA124

Tints of Earls Green #BBA124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.38%

R = 48.7%
G = 41.93%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBA124 (or 0xBBA124) is known color: Earls Green. HEX triplet: BB, A1 and 24. RGB value is (187,161,36). Sum of RGB (Red+Green+Blue) = 187+161+36=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA124 is #445EDB. Grayscale: #9B9B9B. Windows color (decimal): -4480732 or 2400699. OLE color: 2400699.

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

Color convert

RGB 187 161 36 -
CMYK 0 0.14 0.81 0.27
HSL 49.67º 0.68% 0.44% -
HSV(B) 49.67º 0.81% 0.73% -
XYZ 33.56 36.18 6.88 -
YUV 154.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 187 161 36 0 0.14 0.81 0.27 49.67 0.68 0.44
Hex BB A1 24 0 E 51 1B 32 44 2C
Octal 273 241 44 0 16 121 33 62 104 54
Binary 10111011 10100001 100100 0 1110 1010001 11011 110010 1000100 101100

Color Harmonies of #BBA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA124

Black with #BBA124

Text Example


Text Example

White with #BBA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA124; }

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

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

background-color css

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

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

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

border-color css

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

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

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