Html Css Color HEX #BEA92A Earls Green

📋 copy color: '#BEA92A'

red 190 ◦ green 169 ◦ blue 42

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

Shades of Earls Green #BEA92A

Tints of Earls Green #BEA92A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

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

R = 47.38%
G = 42.14%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEA92A (or 0xBEA92A) is known color: Earls Green. HEX triplet: BE, A9 and 2A. RGB value is (190,169,42). Sum of RGB (Red+Green+Blue) = 190+169+42=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA92A is #4156D5. Grayscale: #A1A1A1. Windows color (decimal): -4282070 or 2795966. OLE color: 2795966.

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

Color convert

RGB 190 169 42 -
CMYK 0 0.11 0.78 0.25
HSL 51.49º 0.64% 0.45% -
HSV(B) 51.49º 0.78% 0.75% -
XYZ 35.84 39.49 7.92 -
YUV 160.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 190 169 42 0 0.11 0.78 0.25 51.49 0.64 0.45
Hex BE A9 2A 0 B 4E 19 33 40 2D
Octal 276 251 52 0 13 116 31 63 100 55
Binary 10111110 10101001 101010 0 1011 1001110 11001 110011 1000000 101101

Color Harmonies of #BEA92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA92A

Black with #BEA92A

Text Example


Text Example

White with #BEA92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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