Html Css Color HEX #BCAA0E Earls Green

📋 copy color: '#BCAA0E'

red 188 ◦ green 170 ◦ blue 14

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

Shades of Earls Green #BCAA0E

Tints of Earls Green #BCAA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 50.54%
G = 45.7%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCAA0E (or 0xBCAA0E) is known color: Earls Green. HEX triplet: BC, AA and 0E. RGB value is (188,170,14). Sum of RGB (Red+Green+Blue) = 188+170+14=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA0E is #4355F1. Grayscale: #9E9E9E. Windows color (decimal): -4412914 or 961212. OLE color: 961212.

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

Color convert

RGB 188 170 14 -
CMYK 0 0.10 0.93 0.26
HSL 53.79º 0.86% 0.4% -
HSV(B) 53.79º 0.93% 0.74% -
XYZ 35.19 39.47 6.18 -
YUV 157.6 46.96 149.68 -
System Red Green Blue C M Y K H S L
Decimal 188 170 14 0 0.10 0.93 0.26 53.79 0.86 0.4
Hex BC AA E 0 A 5D 1A 36 56 28
Octal 274 252 16 0 12 135 32 66 126 50
Binary 10111100 10101010 1110 0 1010 1011101 11010 110110 1010110 101000

Color Harmonies of #BCAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA0E

Black with #BCAA0E

Text Example


Text Example

White with #BCAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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