Html Css Color HEX #BEA52C Earls Green

📋 copy color: '#BEA52C'

red 190 ◦ green 165 ◦ blue 44

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

Shades of Earls Green #BEA52C

Tints of Earls Green #BEA52C

RGB

 RED value IS 190 (74.61% from 255) = 47.62%

 GREEN value IS 165 (64.84% from 255) = 41.35%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 47.62%
G = 41.35%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEA52C (or 0xBEA52C) is known color: Earls Green. HEX triplet: BE, A5 and 2C. RGB value is (190,165,44). Sum of RGB (Red+Green+Blue) = 190+165+44=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA52C is #415AD3. Grayscale: #9F9F9F. Windows color (decimal): -4283092 or 2926014. OLE color: 2926014.

HSL color Cylindrical-coordinate representation of color #BEA52C: hue angle of 49.73º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEA52C is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 44 -
CMYK 0 0.13 0.77 0.25
HSL 49.73º 0.62% 0.46% -
HSV(B) 49.73º 0.77% 0.75% -
XYZ 35.14 38.04 7.87 -
YUV 158.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 190 165 44 0 0.13 0.77 0.25 49.73 0.62 0.46
Hex BE A5 2C 0 D 4D 19 32 3E 2E
Octal 276 245 54 0 15 115 31 62 76 56
Binary 10111110 10100101 101100 0 1101 1001101 11001 110010 111110 101110

Color Harmonies of #BEA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA52C

Black with #BEA52C

Text Example


Text Example

White with #BEA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA52C; }

 p { color: rgb(190,165,44); }

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

background-color css

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

 a { background-color: rgb(190,165,44); }

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

border-color css

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

 span { border-color: rgb(190,165,44); }

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