Html Css Color HEX #BCA731 Earls Green

📋 copy color: '#BCA731'

red 188 ◦ green 167 ◦ blue 49

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

Shades of Earls Green #BCA731

Tints of Earls Green #BCA731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

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

R = 46.53%
G = 41.34%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCA731 (or 0xBCA731) is known color: Earls Green. HEX triplet: BC, A7 and 31. RGB value is (188,167,49). Sum of RGB (Red+Green+Blue) = 188+167+49=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA731 is #4358CE. Grayscale: #A0A0A0. Windows color (decimal): -4413647 or 3254204. OLE color: 3254204.

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

Color convert

RGB 188 167 49 -
CMYK 0 0.11 0.74 0.26
HSL 50.94º 0.59% 0.46% -
HSV(B) 50.94º 0.74% 0.74% -
XYZ 35.11 38.55 8.5 -
YUV 159.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 188 167 49 0 0.11 0.74 0.26 50.94 0.59 0.46
Hex BC A7 31 0 B 4A 1A 33 3B 2E
Octal 274 247 61 0 13 112 32 63 73 56
Binary 10111100 10100111 110001 0 1011 1001010 11010 110011 111011 101110

Color Harmonies of #BCA731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA731

Black with #BCA731

Text Example


Text Example

White with #BCA731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA731; }

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

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

background-color css

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

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

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

border-color css

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

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

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