Html Css Color HEX #BCAC1E Earls Green

📋 copy color: '#BCAC1E'

red 188 ◦ green 172 ◦ blue 30

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

Shades of Earls Green #BCAC1E

Tints of Earls Green #BCAC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 48.21%
G = 44.1%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BCAC1E (or 0xBCAC1E) is known color: Earls Green. HEX triplet: BC, AC and 1E. RGB value is (188,172,30). Sum of RGB (Red+Green+Blue) = 188+172+30=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC1E is #4353E1. Grayscale: #A1A1A1. Windows color (decimal): -4412386 or 2010300. OLE color: 2010300.

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

Color convert

RGB 188 172 30 -
CMYK 0 0.09 0.84 0.26
HSL 53.92º 0.72% 0.43% -
HSV(B) 53.92º 0.84% 0.74% -
XYZ 35.73 40.29 7.12 -
YUV 160.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 188 172 30 0 0.09 0.84 0.26 53.92 0.72 0.43
Hex BC AC 1E 0 9 54 1A 36 48 2B
Octal 274 254 36 0 11 124 32 66 110 53
Binary 10111100 10101100 11110 0 1001 1010100 11010 110110 1001000 101011

Color Harmonies of #BCAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC1E

Black with #BCAC1E

Text Example


Text Example

White with #BCAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC1E; }

 p { color: rgb(188,172,30); }

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

background-color css

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

 a { background-color: rgb(188,172,30); }

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

border-color css

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

 span { border-color: rgb(188,172,30); }

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