Html Css Color HEX #BEA824 Earls Green

📋 copy color: '#BEA824'

red 190 ◦ green 168 ◦ blue 36

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

Shades of Earls Green #BEA824

Tints of Earls Green #BEA824

RGB

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

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

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

R = 48.22%
G = 42.64%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BEA824 (or 0xBEA824) is known color: Earls Green. HEX triplet: BE, A8 and 24. RGB value is (190,168,36). Sum of RGB (Red+Green+Blue) = 190+168+36=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA824 is #4157DB. Grayscale: #A0A0A0. Windows color (decimal): -4282332 or 2402494. OLE color: 2402494.

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

Color convert

RGB 190 168 36 -
CMYK 0 0.12 0.81 0.25
HSL 51.43º 0.68% 0.44% -
HSV(B) 51.43º 0.81% 0.75% -
XYZ 35.56 39.08 7.34 -
YUV 159.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 190 168 36 0 0.12 0.81 0.25 51.43 0.68 0.44
Hex BE A8 24 0 C 51 19 33 44 2C
Octal 276 250 44 0 14 121 31 63 104 54
Binary 10111110 10101000 100100 0 1100 1010001 11001 110011 1000100 101100

Color Harmonies of #BEA824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA824

Black with #BEA824

Text Example


Text Example

White with #BEA824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA824; }

 p { color: rgb(190,168,36); }

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

background-color css

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

 a { background-color: rgb(190,168,36); }

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

border-color css

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

 span { border-color: rgb(190,168,36); }

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