Html Css Color HEX #BEA822 Earls Green

📋 copy color: '#BEA822'

red 190 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #BEA822

Tints of Earls Green #BEA822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.67%

R = 48.47%
G = 42.86%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEA822 (or 0xBEA822) is known color: Earls Green. HEX triplet: BE, A8 and 22. RGB value is (190,168,34). Sum of RGB (Red+Green+Blue) = 190+168+34=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA822 is #4157DD. Grayscale: #9F9F9F. Windows color (decimal): -4282334 or 2271422. OLE color: 2271422.

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

Color convert

RGB 190 168 34 -
CMYK 0 0.12 0.82 0.25
HSL 51.54º 0.7% 0.44% -
HSV(B) 51.54º 0.82% 0.75% -
XYZ 35.53 39.07 7.18 -
YUV 159.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 190 168 34 0 0.12 0.82 0.25 51.54 0.7 0.44
Hex BE A8 22 0 C 52 19 34 46 2C
Octal 276 250 42 0 14 122 31 64 106 54
Binary 10111110 10101000 100010 0 1100 1010010 11001 110100 1000110 101100

Color Harmonies of #BEA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA822

Black with #BEA822

Text Example


Text Example

White with #BEA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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