Html Css Color HEX #BCAA10 Earls Green

📋 copy color: '#BCAA10'

red 188 ◦ green 170 ◦ blue 16

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

Shades of Earls Green #BCAA10

Tints of Earls Green #BCAA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 50.27%
G = 45.45%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCAA10 (or 0xBCAA10) is known color: Earls Green. HEX triplet: BC, AA and 10. RGB value is (188,170,16). Sum of RGB (Red+Green+Blue) = 188+170+16=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA10 is #4355EF. Grayscale: #9E9E9E. Windows color (decimal): -4412912 or 1092284. OLE color: 1092284.

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

Color convert

RGB 188 170 16 -
CMYK 0 0.10 0.91 0.26
HSL 53.72º 0.84% 0.4% -
HSV(B) 53.72º 0.91% 0.74% -
XYZ 35.21 39.48 6.25 -
YUV 157.83 47.96 149.52 -
System Red Green Blue C M Y K H S L
Decimal 188 170 16 0 0.10 0.91 0.26 53.72 0.84 0.4
Hex BC AA 10 0 A 5B 1A 36 54 28
Octal 274 252 20 0 12 133 32 66 124 50
Binary 10111100 10101010 10000 0 1010 1011011 11010 110110 1010100 101000

Color Harmonies of #BCAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA10

Black with #BCAA10

Text Example


Text Example

White with #BCAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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