Html Css Color HEX #BEA92D Earls Green

📋 copy color: '#BEA92D'

red 190 ◦ green 169 ◦ blue 45

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

Shades of Earls Green #BEA92D

Tints of Earls Green #BEA92D

RGB

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

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

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

R = 47.03%
G = 41.83%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEA92D (or 0xBEA92D) is known color: Earls Green. HEX triplet: BE, A9 and 2D. RGB value is (190,169,45). Sum of RGB (Red+Green+Blue) = 190+169+45=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA92D is #4156D2. Grayscale: #A1A1A1. Windows color (decimal): -4282067 or 2992574. OLE color: 2992574.

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

Color convert

RGB 190 169 45 -
CMYK 0 0.11 0.76 0.25
HSL 51.31º 0.62% 0.46% -
HSV(B) 51.31º 0.76% 0.75% -
XYZ 35.9 39.51 8.22 -
YUV 161.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 190 169 45 0 0.11 0.76 0.25 51.31 0.62 0.46
Hex BE A9 2D 0 B 4C 19 33 3E 2E
Octal 276 251 55 0 13 114 31 63 76 56
Binary 10111110 10101001 101101 0 1011 1001100 11001 110011 111110 101110

Color Harmonies of #BEA92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA92D

Black with #BEA92D

Text Example


Text Example

White with #BEA92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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