Html Css Color HEX #BCAA31 Earls Green

📋 copy color: '#BCAA31'

red 188 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #BCAA31

Tints of Earls Green #BCAA31

RGB

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

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

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

R = 46.19%
G = 41.77%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCAA31 (or 0xBCAA31) is known color: Earls Green. HEX triplet: BC, AA and 31. RGB value is (188,170,49). Sum of RGB (Red+Green+Blue) = 188+170+49=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA31 is #4355CE. Grayscale: #A2A2A2. Windows color (decimal): -4412879 or 3254972. OLE color: 3254972.

HSL color Cylindrical-coordinate representation of color #BCAA31: hue angle of 52.23º 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 #BCAA31 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 49 -
CMYK 0 0.10 0.74 0.26
HSL 52.23º 0.59% 0.46% -
HSV(B) 52.23º 0.74% 0.74% -
XYZ 35.67 39.66 8.68 -
YUV 161.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 188 170 49 0 0.10 0.74 0.26 52.23 0.59 0.46
Hex BC AA 31 0 A 4A 1A 34 3B 2E
Octal 274 252 61 0 12 112 32 64 73 56
Binary 10111100 10101010 110001 0 1010 1001010 11010 110100 111011 101110

Color Harmonies of #BCAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA31

Black with #BCAA31

Text Example


Text Example

White with #BCAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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