Html Css Color HEX #BCAA18 Earls Green

📋 copy color: '#BCAA18'

red 188 ◦ green 170 ◦ blue 24

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

Shades of Earls Green #BCAA18

Tints of Earls Green #BCAA18

RGB

 RED value IS 188 (73.83% from 255) = 49.21%

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 49.21%
G = 44.5%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCAA18 (or 0xBCAA18) is known color: Earls Green. HEX triplet: BC, AA and 18. RGB value is (188,170,24). Sum of RGB (Red+Green+Blue) = 188+170+24=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA18 is #4355E7. Grayscale: #9F9F9F. Windows color (decimal): -4412904 or 1616572. OLE color: 1616572.

HSL color Cylindrical-coordinate representation of color #BCAA18: hue angle of 53.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCAA18 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 24 -
CMYK 0 0.10 0.87 0.26
HSL 53.41º 0.77% 0.42% -
HSV(B) 53.41º 0.87% 0.74% -
XYZ 35.28 39.51 6.63 -
YUV 158.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 188 170 24 0 0.10 0.87 0.26 53.41 0.77 0.42
Hex BC AA 18 0 A 57 1A 35 4D 2A
Octal 274 252 30 0 12 127 32 65 115 52
Binary 10111100 10101010 11000 0 1010 1010111 11010 110101 1001101 101010

Color Harmonies of #BCAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA18

Black with #BCAA18

Text Example


Text Example

White with #BCAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA18; }

 p { color: rgb(188,170,24); }

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

background-color css

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

 a { background-color: rgb(188,170,24); }

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

border-color css

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

 span { border-color: rgb(188,170,24); }

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