Html Css Color HEX #BEA42D Earls Green

📋 copy color: '#BEA42D'

red 190 ◦ green 164 ◦ blue 45

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

Shades of Earls Green #BEA42D

Tints of Earls Green #BEA42D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 47.62%
G = 41.1%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEA42D (or 0xBEA42D) is known color: Earls Green. HEX triplet: BE, A4 and 2D. RGB value is (190,164,45). Sum of RGB (Red+Green+Blue) = 190+164+45=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA42D is #415BD2. Grayscale: #9E9E9E. Windows color (decimal): -4283347 or 2991294. OLE color: 2991294.

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

Color convert

RGB 190 164 45 -
CMYK 0 0.14 0.76 0.25
HSL 49.24º 0.62% 0.46% -
HSV(B) 49.24º 0.76% 0.75% -
XYZ 34.98 37.69 7.91 -
YUV 158.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 190 164 45 0 0.14 0.76 0.25 49.24 0.62 0.46
Hex BE A4 2D 0 E 4C 19 31 3E 2E
Octal 276 244 55 0 16 114 31 61 76 56
Binary 10111110 10100100 101101 0 1110 1001100 11001 110001 111110 101110

Color Harmonies of #BEA42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA42D

Black with #BEA42D

Text Example


Text Example

White with #BEA42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA42D; }

 p { color: rgb(190,164,45); }

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

background-color css

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

 a { background-color: rgb(190,164,45); }

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

border-color css

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

 span { border-color: rgb(190,164,45); }

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