Html Css Color HEX #BEAC26 Earls Green

📋 copy color: '#BEAC26'

red 190 ◦ green 172 ◦ blue 38

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

Shades of Earls Green #BEAC26

Tints of Earls Green #BEAC26

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

 BLUE value IS 38 (15.23% from 255) = 9.5%

R = 47.5%
G = 43%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BEAC26 (or 0xBEAC26) is known color: Earls Green. HEX triplet: BE, AC and 26. RGB value is (190,172,38). Sum of RGB (Red+Green+Blue) = 190+172+38=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC26 is #4153D9. Grayscale: #A2A2A2. Windows color (decimal): -4281306 or 2534590. OLE color: 2534590.

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

Color convert

RGB 190 172 38 -
CMYK 0 0.09 0.8 0.25
HSL 52.89º 0.67% 0.45% -
HSV(B) 52.89º 0.8% 0.75% -
XYZ 36.34 40.59 7.75 -
YUV 162.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 190 172 38 0 0.09 0.8 0.25 52.89 0.67 0.45
Hex BE AC 26 0 9 50 19 35 43 2D
Octal 276 254 46 0 11 120 31 65 103 55
Binary 10111110 10101100 100110 0 1001 1010000 11001 110101 1000011 101101

Color Harmonies of #BEAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC26

Black with #BEAC26

Text Example


Text Example

White with #BEAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC26; }

 p { color: rgb(190,172,38); }

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

background-color css

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

 a { background-color: rgb(190,172,38); }

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

border-color css

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

 span { border-color: rgb(190,172,38); }

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