Html Css Color HEX #BCAD31 Earls Green

📋 copy color: '#BCAD31'

red 188 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #BCAD31

Tints of Earls Green #BCAD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

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

R = 45.85%
G = 42.2%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCAD31 (or 0xBCAD31) is known color: Earls Green. HEX triplet: BC, AD and 31. RGB value is (188,173,49). Sum of RGB (Red+Green+Blue) = 188+173+49=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD31 is #4352CE. Grayscale: #A3A3A3. Windows color (decimal): -4412111 or 3255740. OLE color: 3255740.

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

Color convert

RGB 188 173 49 -
CMYK 0 0.08 0.74 0.26
HSL 53.53º 0.59% 0.46% -
HSV(B) 53.53º 0.74% 0.74% -
XYZ 36.24 40.8 8.87 -
YUV 163.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 188 173 49 0 0.08 0.74 0.26 53.53 0.59 0.46
Hex BC AD 31 0 8 4A 1A 36 3B 2E
Octal 274 255 61 0 10 112 32 66 73 56
Binary 10111100 10101101 110001 0 1000 1001010 11010 110110 111011 101110

Color Harmonies of #BCAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD31

Black with #BCAD31

Text Example


Text Example

White with #BCAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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