Html Css Color HEX #BEAB21 Earls Green

📋 copy color: '#BEAB21'

red 190 ◦ green 171 ◦ blue 33

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

Shades of Earls Green #BEAB21

Tints of Earls Green #BEAB21

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 33 (13.28% from 255) = 8.38%

R = 48.22%
G = 43.4%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEAB21 (or 0xBEAB21) is known color: Earls Green. HEX triplet: BE, AB and 21. RGB value is (190,171,33). Sum of RGB (Red+Green+Blue) = 190+171+33=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB21 is #4154DE. Grayscale: #A1A1A1. Windows color (decimal): -4281567 or 2206654. OLE color: 2206654.

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

Color convert

RGB 190 171 33 -
CMYK 0 0.10 0.83 0.25
HSL 52.74º 0.7% 0.44% -
HSV(B) 52.74º 0.83% 0.75% -
XYZ 36.07 40.18 7.29 -
YUV 160.95 55.79 148.72 -
System Red Green Blue C M Y K H S L
Decimal 190 171 33 0 0.10 0.83 0.25 52.74 0.7 0.44
Hex BE AB 21 0 A 53 19 35 46 2C
Octal 276 253 41 0 12 123 31 65 106 54
Binary 10111110 10101011 100001 0 1010 1010011 11001 110101 1000110 101100

Color Harmonies of #BEAB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB21

Black with #BEAB21

Text Example


Text Example

White with #BEAB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB21; }

 p { color: rgb(190,171,33); }

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

background-color css

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

 a { background-color: rgb(190,171,33); }

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

border-color css

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

 span { border-color: rgb(190,171,33); }

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