Html Css Color HEX #BEA618 Earls Green

📋 copy color: '#BEA618'

red 190 ◦ green 166 ◦ blue 24

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

Shades of Earls Green #BEA618

Tints of Earls Green #BEA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.68%

 BLUE value IS 24 (9.77% from 255) = 6.32%

R = 50%
G = 43.68%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BEA618 (or 0xBEA618) is known color: Earls Green. HEX triplet: BE, A6 and 18. RGB value is (190,166,24). Sum of RGB (Red+Green+Blue) = 190+166+24=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA618 is #4159E7. Grayscale: #9D9D9D. Windows color (decimal): -4282856 or 1615550. OLE color: 1615550.

HSL color Cylindrical-coordinate representation of color #BEA618: hue angle of 51.33º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEA618 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 24 -
CMYK 0 0.13 0.87 0.25
HSL 51.33º 0.78% 0.42% -
HSV(B) 51.33º 0.87% 0.75% -
XYZ 35.04 38.29 6.41 -
YUV 156.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 190 166 24 0 0.13 0.87 0.25 51.33 0.78 0.42
Hex BE A6 18 0 D 57 19 33 4E 2A
Octal 276 246 30 0 15 127 31 63 116 52
Binary 10111110 10100110 11000 0 1101 1010111 11001 110011 1001110 101010

Color Harmonies of #BEA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA618

Black with #BEA618

Text Example


Text Example

White with #BEA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA618; }

 p { color: rgb(190,166,24); }

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

background-color css

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

 a { background-color: rgb(190,166,24); }

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

border-color css

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

 span { border-color: rgb(190,166,24); }

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