Html Css Color HEX #BCAA24 Earls Green

📋 copy color: '#BCAA24'

red 188 ◦ green 170 ◦ blue 36

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

Shades of Earls Green #BCAA24

Tints of Earls Green #BCAA24

RGB

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

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

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

R = 47.72%
G = 43.15%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCAA24 (or 0xBCAA24) is known color: Earls Green. HEX triplet: BC, AA and 24. RGB value is (188,170,36). Sum of RGB (Red+Green+Blue) = 188+170+36=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA24 is #4355DB. Grayscale: #A0A0A0. Windows color (decimal): -4412892 or 2403004. OLE color: 2403004.

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

Color convert

RGB 188 170 36 -
CMYK 0 0.10 0.81 0.26
HSL 52.89º 0.68% 0.44% -
HSV(B) 52.89º 0.81% 0.74% -
XYZ 35.43 39.57 7.44 -
YUV 160.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 188 170 36 0 0.10 0.81 0.26 52.89 0.68 0.44
Hex BC AA 24 0 A 51 1A 35 44 2C
Octal 274 252 44 0 12 121 32 65 104 54
Binary 10111100 10101010 100100 0 1010 1010001 11010 110101 1000100 101100

Color Harmonies of #BCAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA24

Black with #BCAA24

Text Example


Text Example

White with #BCAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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