Html Css Color HEX #BCAC2D Earls Green

📋 copy color: '#BCAC2D'

red 188 ◦ green 172 ◦ blue 45

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

Shades of Earls Green #BCAC2D

Tints of Earls Green #BCAC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.11%

R = 46.42%
G = 42.47%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BCAC2D (or 0xBCAC2D) is known color: Earls Green. HEX triplet: BC, AC and 2D. RGB value is (188,172,45). Sum of RGB (Red+Green+Blue) = 188+172+45=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC2D is #4353D2. Grayscale: #A2A2A2. Windows color (decimal): -4412371 or 2993340. OLE color: 2993340.

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

Color convert

RGB 188 172 45 -
CMYK 0 0.09 0.76 0.26
HSL 53.29º 0.61% 0.46% -
HSV(B) 53.29º 0.76% 0.74% -
XYZ 35.97 40.39 8.38 -
YUV 162.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 188 172 45 0 0.09 0.76 0.26 53.29 0.61 0.46
Hex BC AC 2D 0 9 4C 1A 35 3D 2E
Octal 274 254 55 0 11 114 32 65 75 56
Binary 10111100 10101100 101101 0 1001 1001100 11010 110101 111101 101110

Color Harmonies of #BCAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC2D

Black with #BCAC2D

Text Example


Text Example

White with #BCAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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