Html Css Color HEX #BEAB26 Earls Green

📋 copy color: '#BEAB26'

red 190 ◦ green 171 ◦ blue 38

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

Shades of Earls Green #BEAB26

Tints of Earls Green #BEAB26

RGB

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

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

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

R = 47.62%
G = 42.86%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BEAB26 (or 0xBEAB26) is known color: Earls Green. HEX triplet: BE, AB and 26. RGB value is (190,171,38). Sum of RGB (Red+Green+Blue) = 190+171+38=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB26 is #4154D9. Grayscale: #A2A2A2. Windows color (decimal): -4281562 or 2534334. OLE color: 2534334.

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

Color convert

RGB 190 171 38 -
CMYK 0 0.10 0.8 0.25
HSL 52.5º 0.67% 0.45% -
HSV(B) 52.5º 0.8% 0.75% -
XYZ 36.15 40.21 7.69 -
YUV 161.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 190 171 38 0 0.10 0.8 0.25 52.5 0.67 0.45
Hex BE AB 26 0 A 50 19 34 43 2D
Octal 276 253 46 0 12 120 31 64 103 55
Binary 10111110 10101011 100110 0 1010 1010000 11001 110100 1000011 101101

Color Harmonies of #BEAB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB26

Black with #BEAB26

Text Example


Text Example

White with #BEAB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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