Html Css Color HEX #BEA82D Earls Green

📋 copy color: '#BEA82D'

red 190 ◦ green 168 ◦ blue 45

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

Shades of Earls Green #BEA82D

Tints of Earls Green #BEA82D

RGB

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

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

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

R = 47.15%
G = 41.69%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEA82D (or 0xBEA82D) is known color: Earls Green. HEX triplet: BE, A8 and 2D. RGB value is (190,168,45). Sum of RGB (Red+Green+Blue) = 190+168+45=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA82D is #4157D2. Grayscale: #A1A1A1. Windows color (decimal): -4282323 or 2992318. OLE color: 2992318.

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

Color convert

RGB 190 168 45 -
CMYK 0 0.12 0.76 0.25
HSL 50.9º 0.62% 0.46% -
HSV(B) 50.9º 0.76% 0.75% -
XYZ 35.71 39.14 8.16 -
YUV 160.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 190 168 45 0 0.12 0.76 0.25 50.9 0.62 0.46
Hex BE A8 2D 0 C 4C 19 33 3E 2E
Octal 276 250 55 0 14 114 31 63 76 56
Binary 10111110 10101000 101101 0 1100 1001100 11001 110011 111110 101110

Color Harmonies of #BEA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA82D

Black with #BEA82D

Text Example


Text Example

White with #BEA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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