Html Css Color HEX #BEA82C Earls Green

📋 copy color: '#BEA82C'

red 190 ◦ green 168 ◦ blue 44

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

Shades of Earls Green #BEA82C

Tints of Earls Green #BEA82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.95%

R = 47.26%
G = 41.79%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEA82C (or 0xBEA82C) is known color: Earls Green. HEX triplet: BE, A8 and 2C. RGB value is (190,168,44). Sum of RGB (Red+Green+Blue) = 190+168+44=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA82C is #4157D3. Grayscale: #A0A0A0. Windows color (decimal): -4282324 or 2926782. OLE color: 2926782.

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

Color convert

RGB 190 168 44 -
CMYK 0 0.12 0.77 0.25
HSL 50.96º 0.62% 0.46% -
HSV(B) 50.96º 0.77% 0.75% -
XYZ 35.69 39.13 8.06 -
YUV 160.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 190 168 44 0 0.12 0.77 0.25 50.96 0.62 0.46
Hex BE A8 2C 0 C 4D 19 33 3E 2E
Octal 276 250 54 0 14 115 31 63 76 56
Binary 10111110 10101000 101100 0 1100 1001101 11001 110011 111110 101110

Color Harmonies of #BEA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA82C

Black with #BEA82C

Text Example


Text Example

White with #BEA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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