Html Css Color HEX #BCA124 Earls Green

📋 copy color: '#BCA124'

red 188 ◦ green 161 ◦ blue 36

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

Shades of Earls Green #BCA124

Tints of Earls Green #BCA124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

 BLUE value IS 36 (14.45% from 255) = 9.35%

R = 48.83%
G = 41.82%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCA124 (or 0xBCA124) is known color: Earls Green. HEX triplet: BC, A1 and 24. RGB value is (188,161,36). Sum of RGB (Red+Green+Blue) = 188+161+36=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA124 is #435EDB. Grayscale: #9B9B9B. Windows color (decimal): -4415196 or 2400700. OLE color: 2400700.

HSL color Cylindrical-coordinate representation of color #BCA124: hue angle of 49.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCA124 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 36 -
CMYK 0 0.14 0.81 0.26
HSL 49.34º 0.68% 0.44% -
HSV(B) 49.34º 0.81% 0.74% -
XYZ 33.8 36.31 6.9 -
YUV 154.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 188 161 36 0 0.14 0.81 0.26 49.34 0.68 0.44
Hex BC A1 24 0 E 51 1A 31 44 2C
Octal 274 241 44 0 16 121 32 61 104 54
Binary 10111100 10100001 100100 0 1110 1010001 11010 110001 1000100 101100

Color Harmonies of #BCA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA124

Black with #BCA124

Text Example


Text Example

White with #BCA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA124; }

 p { color: rgb(188,161,36); }

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

background-color css

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

 a { background-color: rgb(188,161,36); }

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

border-color css

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

 span { border-color: rgb(188,161,36); }

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