Html Css Color HEX #BCA831 Earls Green

📋 copy color: '#BCA831'

red 188 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #BCA831

Tints of Earls Green #BCA831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 46.42%
G = 41.48%
B = 12.1%

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

#BCA831 (or 0xBCA831) is known color: Earls Green. HEX triplet: BC, A8 and 31. RGB value is (188,168,49). Sum of RGB (Red+Green+Blue) = 188+168+49=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA831 is #4357CE. Grayscale: #A0A0A0. Windows color (decimal): -4413391 or 3254460. OLE color: 3254460.

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

Color convert

RGB 188 168 49 -
CMYK 0 0.11 0.74 0.26
HSL 51.37º 0.59% 0.46% -
HSV(B) 51.37º 0.74% 0.74% -
XYZ 35.3 38.92 8.56 -
YUV 160.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 188 168 49 0 0.11 0.74 0.26 51.37 0.59 0.46
Hex BC A8 31 0 B 4A 1A 33 3B 2E
Octal 274 250 61 0 13 112 32 63 73 56
Binary 10111100 10101000 110001 0 1011 1001010 11010 110011 111011 101110

Color Harmonies of #BCA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA831

Black with #BCA831

Text Example


Text Example

White with #BCA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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