Html Css Color HEX #BEA61C Earls Green

📋 copy color: '#BEA61C'

red 190 ◦ green 166 ◦ blue 28

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

Shades of Earls Green #BEA61C

Tints of Earls Green #BEA61C

RGB

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

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

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

R = 49.48%
G = 43.23%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEA61C (or 0xBEA61C) is known color: Earls Green. HEX triplet: BE, A6 and 1C. RGB value is (190,166,28). Sum of RGB (Red+Green+Blue) = 190+166+28=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA61C is #4159E3. Grayscale: #9E9E9E. Windows color (decimal): -4282852 or 1877694. OLE color: 1877694.

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

Color convert

RGB 190 166 28 -
CMYK 0 0.13 0.85 0.25
HSL 51.11º 0.74% 0.43% -
HSV(B) 51.11º 0.85% 0.75% -
XYZ 35.08 38.3 6.64 -
YUV 157.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 190 166 28 0 0.13 0.85 0.25 51.11 0.74 0.43
Hex BE A6 1C 0 D 55 19 33 4A 2B
Octal 276 246 34 0 15 125 31 63 112 53
Binary 10111110 10100110 11100 0 1101 1010101 11001 110011 1001010 101011

Color Harmonies of #BEA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA61C

Black with #BEA61C

Text Example


Text Example

White with #BEA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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