Html Css Color HEX #BEA422 Earls Green

📋 copy color: '#BEA422'

red 190 ◦ green 164 ◦ blue 34

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

Shades of Earls Green #BEA422

Tints of Earls Green #BEA422

RGB

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

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

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

R = 48.97%
G = 42.27%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEA422 (or 0xBEA422) is known color: Earls Green. HEX triplet: BE, A4 and 22. RGB value is (190,164,34). Sum of RGB (Red+Green+Blue) = 190+164+34=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA422 is #415BDD. Grayscale: #9D9D9D. Windows color (decimal): -4283358 or 2270398. OLE color: 2270398.

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

Color convert

RGB 190 164 34 -
CMYK 0 0.14 0.82 0.25
HSL 50º 0.7% 0.44% -
HSV(B) 50º 0.82% 0.75% -
XYZ 34.8 37.61 6.94 -
YUV 156.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 190 164 34 0 0.14 0.82 0.25 50 0.7 0.44
Hex BE A4 22 0 E 52 19 32 46 2C
Octal 276 244 42 0 16 122 31 62 106 54
Binary 10111110 10100100 100010 0 1110 1010010 11001 110010 1000110 101100

Color Harmonies of #BEA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA422

Black with #BEA422

Text Example


Text Example

White with #BEA422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA422; }

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

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

background-color css

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

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

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

border-color css

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

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

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