Html Css Color HEX #BCAA14 Earls Green

📋 copy color: '#BCAA14'

red 188 ◦ green 170 ◦ blue 20

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

Shades of Earls Green #BCAA14

Tints of Earls Green #BCAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 49.74%
G = 44.97%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCAA14 (or 0xBCAA14) is known color: Earls Green. HEX triplet: BC, AA and 14. RGB value is (188,170,20). Sum of RGB (Red+Green+Blue) = 188+170+20=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA14 is #4355EB. Grayscale: #9E9E9E. Windows color (decimal): -4412908 or 1354428. OLE color: 1354428.

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

Color convert

RGB 188 170 20 -
CMYK 0 0.10 0.89 0.26
HSL 53.57º 0.81% 0.41% -
HSV(B) 53.57º 0.89% 0.74% -
XYZ 35.24 39.49 6.43 -
YUV 158.28 49.96 149.2 -
System Red Green Blue C M Y K H S L
Decimal 188 170 20 0 0.10 0.89 0.26 53.57 0.81 0.41
Hex BC AA 14 0 A 59 1A 36 51 29
Octal 274 252 24 0 12 131 32 66 121 51
Binary 10111100 10101010 10100 0 1010 1011001 11010 110110 1010001 101001

Color Harmonies of #BCAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA14

Black with #BCAA14

Text Example


Text Example

White with #BCAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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