Html Css Color HEX #BEAF28 Earls Green

📋 copy color: '#BEAF28'

red 190 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #BEAF28

Tints of Earls Green #BEAF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 46.91%
G = 43.21%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BEAF28 (or 0xBEAF28) is known color: Earls Green. HEX triplet: BE, AF and 28. RGB value is (190,175,40). Sum of RGB (Red+Green+Blue) = 190+175+40=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF28 is #4150D7. Grayscale: #A4A4A4. Windows color (decimal): -4280536 or 2666430. OLE color: 2666430.

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

Color convert

RGB 190 175 40 -
CMYK 0 0.08 0.79 0.25
HSL 54º 0.65% 0.45% -
HSV(B) 54º 0.79% 0.75% -
XYZ 36.95 41.76 8.12 -
YUV 164.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 190 175 40 0 0.08 0.79 0.25 54 0.65 0.45
Hex BE AF 28 0 8 4F 19 36 41 2D
Octal 276 257 50 0 10 117 31 66 101 55
Binary 10111110 10101111 101000 0 1000 1001111 11001 110110 1000001 101101

Color Harmonies of #BEAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF28

Black with #BEAF28

Text Example


Text Example

White with #BEAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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