Html Css Color HEX #BEA928 Earls Green

📋 copy color: '#BEA928'

red 190 ◦ green 169 ◦ blue 40

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

Shades of Earls Green #BEA928

Tints of Earls Green #BEA928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.36%

 BLUE value IS 40 (16.02% from 255) = 10.03%

R = 47.62%
G = 42.36%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BEA928 (or 0xBEA928) is known color: Earls Green. HEX triplet: BE, A9 and 28. RGB value is (190,169,40). Sum of RGB (Red+Green+Blue) = 190+169+40=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA928 is #4156D7. Grayscale: #A1A1A1. Windows color (decimal): -4282072 or 2664894. OLE color: 2664894.

HSL color Cylindrical-coordinate representation of color #BEA928: hue angle of 51.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEA928 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 169 40 -
CMYK 0 0.11 0.79 0.25
HSL 51.6º 0.65% 0.45% -
HSV(B) 51.6º 0.79% 0.75% -
XYZ 35.81 39.48 7.74 -
YUV 160.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 190 169 40 0 0.11 0.79 0.25 51.6 0.65 0.45
Hex BE A9 28 0 B 4F 19 34 41 2D
Octal 276 251 50 0 13 117 31 64 101 55
Binary 10111110 10101001 101000 0 1011 1001111 11001 110100 1000001 101101

Color Harmonies of #BEA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA928

Black with #BEA928

Text Example


Text Example

White with #BEA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA928; }

 p { color: rgb(190,169,40); }

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

background-color css

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

 a { background-color: rgb(190,169,40); }

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

border-color css

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

 span { border-color: rgb(190,169,40); }

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