Html Css Color HEX #BEA32A Earls Green

📋 copy color: '#BEA32A'

red 190 ◦ green 163 ◦ blue 42

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

Shades of Earls Green #BEA32A

Tints of Earls Green #BEA32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 48.1%
G = 41.27%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEA32A (or 0xBEA32A) is known color: Earls Green. HEX triplet: BE, A3 and 2A. RGB value is (190,163,42). Sum of RGB (Red+Green+Blue) = 190+163+42=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA32A is #415CD5. Grayscale: #9D9D9D. Windows color (decimal): -4283606 or 2794430. OLE color: 2794430.

HSL color Cylindrical-coordinate representation of color #BEA32A: hue angle of 49.05º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEA32A is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 42 -
CMYK 0 0.14 0.78 0.25
HSL 49.05º 0.64% 0.45% -
HSV(B) 49.05º 0.78% 0.75% -
XYZ 34.75 37.31 7.56 -
YUV 157.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 190 163 42 0 0.14 0.78 0.25 49.05 0.64 0.45
Hex BE A3 2A 0 E 4E 19 31 40 2D
Octal 276 243 52 0 16 116 31 61 100 55
Binary 10111110 10100011 101010 0 1110 1001110 11001 110001 1000000 101101

Color Harmonies of #BEA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA32A

Black with #BEA32A

Text Example


Text Example

White with #BEA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA32A; }

 p { color: rgb(190,163,42); }

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

background-color css

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

 a { background-color: rgb(190,163,42); }

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

border-color css

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

 span { border-color: rgb(190,163,42); }

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