Html Css Color HEX #BEA828 Earls Green

📋 copy color: '#BEA828'

red 190 ◦ green 168 ◦ blue 40

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

Shades of Earls Green #BEA828

Tints of Earls Green #BEA828

RGB

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

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

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

R = 47.74%
G = 42.21%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BEA828 (or 0xBEA828) is known color: Earls Green. HEX triplet: BE, A8 and 28. RGB value is (190,168,40). Sum of RGB (Red+Green+Blue) = 190+168+40=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA828 is #4157D7. Grayscale: #A0A0A0. Windows color (decimal): -4282328 or 2664638. OLE color: 2664638.

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

Color convert

RGB 190 168 40 -
CMYK 0 0.12 0.79 0.25
HSL 51.2º 0.65% 0.45% -
HSV(B) 51.2º 0.79% 0.75% -
XYZ 35.62 39.11 7.68 -
YUV 159.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 190 168 40 0 0.12 0.79 0.25 51.2 0.65 0.45
Hex BE A8 28 0 C 4F 19 33 41 2D
Octal 276 250 50 0 14 117 31 63 101 55
Binary 10111110 10101000 101000 0 1100 1001111 11001 110011 1000001 101101

Color Harmonies of #BEA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA828

Black with #BEA828

Text Example


Text Example

White with #BEA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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