Html Css Color HEX #BEA41C Earls Green

📋 copy color: '#BEA41C'

red 190 ◦ green 164 ◦ blue 28

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

Shades of Earls Green #BEA41C

Tints of Earls Green #BEA41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.93%

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 49.74%
G = 42.93%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEA41C (or 0xBEA41C) is known color: Earls Green. HEX triplet: BE, A4 and 1C. RGB value is (190,164,28). Sum of RGB (Red+Green+Blue) = 190+164+28=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA41C is #415BE3. Grayscale: #9C9C9C. Windows color (decimal): -4283364 or 1877182. OLE color: 1877182.

HSL color Cylindrical-coordinate representation of color #BEA41C: hue angle of 50.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEA41C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 164 28 -
CMYK 0 0.14 0.85 0.25
HSL 50.37º 0.74% 0.43% -
HSV(B) 50.37º 0.85% 0.75% -
XYZ 34.72 37.58 6.52 -
YUV 156.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 190 164 28 0 0.14 0.85 0.25 50.37 0.74 0.43
Hex BE A4 1C 0 E 55 19 32 4A 2B
Octal 276 244 34 0 16 125 31 62 112 53
Binary 10111110 10100100 11100 0 1110 1010101 11001 110010 1001010 101011

Color Harmonies of #BEA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA41C

Black with #BEA41C

Text Example


Text Example

White with #BEA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA41C; }

 p { color: rgb(190,164,28); }

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

background-color css

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

 a { background-color: rgb(190,164,28); }

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

border-color css

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

 span { border-color: rgb(190,164,28); }

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