Html Css Color HEX #BCAA17 Earls Green

📋 copy color: '#BCAA17'

red 188 ◦ green 170 ◦ blue 23

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

Shades of Earls Green #BCAA17

Tints of Earls Green #BCAA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 49.34%
G = 44.62%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCAA17 (or 0xBCAA17) is known color: Earls Green. HEX triplet: BC, AA and 17. RGB value is (188,170,23). Sum of RGB (Red+Green+Blue) = 188+170+23=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA17 is #4355E8. Grayscale: #9F9F9F. Windows color (decimal): -4412905 or 1551036. OLE color: 1551036.

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

Color convert

RGB 188 170 23 -
CMYK 0 0.10 0.88 0.26
HSL 53.45º 0.78% 0.41% -
HSV(B) 53.45º 0.88% 0.74% -
XYZ 35.27 39.5 6.58 -
YUV 158.62 51.46 148.95 -
System Red Green Blue C M Y K H S L
Decimal 188 170 23 0 0.10 0.88 0.26 53.45 0.78 0.41
Hex BC AA 17 0 A 58 1A 35 4E 29
Octal 274 252 27 0 12 130 32 65 116 51
Binary 10111100 10101010 10111 0 1010 1011000 11010 110101 1001110 101001

Color Harmonies of #BCAA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA17

Black with #BCAA17

Text Example


Text Example

White with #BCAA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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