Html Css Color HEX #BCAC31 Earls Green

📋 copy color: '#BCAC31'

red 188 ◦ green 172 ◦ blue 49

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

Shades of Earls Green #BCAC31

Tints of Earls Green #BCAC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 45.97%
G = 42.05%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCAC31 (or 0xBCAC31) is known color: Earls Green. HEX triplet: BC, AC and 31. RGB value is (188,172,49). Sum of RGB (Red+Green+Blue) = 188+172+49=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC31 is #4353CE. Grayscale: #A3A3A3. Windows color (decimal): -4412367 or 3255484. OLE color: 3255484.

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

Color convert

RGB 188 172 49 -
CMYK 0 0.09 0.74 0.26
HSL 53.09º 0.59% 0.46% -
HSV(B) 53.09º 0.74% 0.74% -
XYZ 36.05 40.42 8.81 -
YUV 162.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 188 172 49 0 0.09 0.74 0.26 53.09 0.59 0.46
Hex BC AC 31 0 9 4A 1A 35 3B 2E
Octal 274 254 61 0 11 112 32 65 73 56
Binary 10111100 10101100 110001 0 1001 1001010 11010 110101 111011 101110

Color Harmonies of #BCAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC31

Black with #BCAC31

Text Example


Text Example

White with #BCAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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