Html Css Color HEX #BCAA12 Earls Green

📋 copy color: '#BCAA12'

red 188 ◦ green 170 ◦ blue 18

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

Shades of Earls Green #BCAA12

Tints of Earls Green #BCAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 50%
G = 45.21%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCAA12 (or 0xBCAA12) is known color: Earls Green. HEX triplet: BC, AA and 12. RGB value is (188,170,18). Sum of RGB (Red+Green+Blue) = 188+170+18=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA12 is #4355ED. Grayscale: #9E9E9E. Windows color (decimal): -4412910 or 1223356. OLE color: 1223356.

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

Color convert

RGB 188 170 18 -
CMYK 0 0.10 0.90 0.26
HSL 53.65º 0.83% 0.4% -
HSV(B) 53.65º 0.9% 0.74% -
XYZ 35.22 39.48 6.34 -
YUV 158.05 48.96 149.36 -
System Red Green Blue C M Y K H S L
Decimal 188 170 18 0 0.10 0.90 0.26 53.65 0.83 0.4
Hex BC AA 12 0 A 5A 1A 36 53 28
Octal 274 252 22 0 12 132 32 66 123 50
Binary 10111100 10101010 10010 0 1010 1011010 11010 110110 1010011 101000

Color Harmonies of #BCAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA12

Black with #BCAA12

Text Example


Text Example

White with #BCAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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