Html Css Color HEX #BCAA19 Earls Green

📋 copy color: '#BCAA19'

red 188 ◦ green 170 ◦ blue 25

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

Shades of Earls Green #BCAA19

Tints of Earls Green #BCAA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 49.09%
G = 44.39%
B = 6.53%

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

#BCAA19 (or 0xBCAA19) is known color: Earls Green. HEX triplet: BC, AA and 19. RGB value is (188,170,25). Sum of RGB (Red+Green+Blue) = 188+170+25=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA19 is #4355E6. Grayscale: #9F9F9F. Windows color (decimal): -4412903 or 1682108. OLE color: 1682108.

HSL color Cylindrical-coordinate representation of color #BCAA19: hue angle of 53.37º 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 #BCAA19 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 25 -
CMYK 0 0.10 0.87 0.26
HSL 53.37º 0.77% 0.42% -
HSV(B) 53.37º 0.87% 0.74% -
XYZ 35.29 39.51 6.69 -
YUV 158.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 188 170 25 0 0.10 0.87 0.26 53.37 0.77 0.42
Hex BC AA 19 0 A 57 1A 35 4D 2A
Octal 274 252 31 0 12 127 32 65 115 52
Binary 10111100 10101010 11001 0 1010 1010111 11010 110101 1001101 101010

Color Harmonies of #BCAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA19

Black with #BCAA19

Text Example


Text Example

White with #BCAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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