Html Css Color HEX #BCA624 Earls Green

📋 copy color: '#BCA624'

red 188 ◦ green 166 ◦ blue 36

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

Shades of Earls Green #BCA624

Tints of Earls Green #BCA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

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

R = 48.21%
G = 42.56%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCA624 (or 0xBCA624) is known color: Earls Green. HEX triplet: BC, A6 and 24. RGB value is (188,166,36). Sum of RGB (Red+Green+Blue) = 188+166+36=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA624 is #4359DB. Grayscale: #9E9E9E. Windows color (decimal): -4413916 or 2401980. OLE color: 2401980.

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

Color convert

RGB 188 166 36 -
CMYK 0 0.12 0.81 0.26
HSL 51.32º 0.68% 0.44% -
HSV(B) 51.32º 0.81% 0.74% -
XYZ 34.69 38.09 7.19 -
YUV 157.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 188 166 36 0 0.12 0.81 0.26 51.32 0.68 0.44
Hex BC A6 24 0 C 51 1A 33 44 2C
Octal 274 246 44 0 14 121 32 63 104 54
Binary 10111100 10100110 100100 0 1100 1010001 11010 110011 1000100 101100

Color Harmonies of #BCA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA624

Black with #BCA624

Text Example


Text Example

White with #BCA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA624; }

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

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

background-color css

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

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

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

border-color css

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

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

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