Html Css Color HEX #BEAF26 Earls Green

📋 copy color: '#BEAF26'

red 190 ◦ green 175 ◦ blue 38

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

Shades of Earls Green #BEAF26

Tints of Earls Green #BEAF26

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

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

R = 47.15%
G = 43.42%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BEAF26 (or 0xBEAF26) is known color: Earls Green. HEX triplet: BE, AF and 26. RGB value is (190,175,38). Sum of RGB (Red+Green+Blue) = 190+175+38=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF26 is #4150D9. Grayscale: #A4A4A4. Windows color (decimal): -4280538 or 2535358. OLE color: 2535358.

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

Color convert

RGB 190 175 38 -
CMYK 0 0.08 0.8 0.25
HSL 54.08º 0.67% 0.45% -
HSV(B) 54.08º 0.8% 0.75% -
XYZ 36.92 41.75 7.95 -
YUV 163.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 190 175 38 0 0.08 0.8 0.25 54.08 0.67 0.45
Hex BE AF 26 0 8 50 19 36 43 2D
Octal 276 257 46 0 10 120 31 66 103 55
Binary 10111110 10101111 100110 0 1000 1010000 11001 110110 1000011 101101

Color Harmonies of #BEAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF26

Black with #BEAF26

Text Example


Text Example

White with #BEAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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