Html Css Color HEX #BEA632 Earls Green

📋 copy color: '#BEA632'

red 190 ◦ green 166 ◦ blue 50

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

Shades of Earls Green #BEA632

Tints of Earls Green #BEA632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.32%

R = 46.8%
G = 40.89%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEA632 (or 0xBEA632) is known color: Earls Green. HEX triplet: BE, A6 and 32. RGB value is (190,166,50). Sum of RGB (Red+Green+Blue) = 190+166+50=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA632 is #4159CD. Grayscale: #A0A0A0. Windows color (decimal): -4282830 or 3319486. OLE color: 3319486.

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

Color convert

RGB 190 166 50 -
CMYK 0 0.13 0.74 0.25
HSL 49.71º 0.58% 0.47% -
HSV(B) 49.71º 0.74% 0.75% -
XYZ 35.45 38.45 8.57 -
YUV 159.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 190 166 50 0 0.13 0.74 0.25 49.71 0.58 0.47
Hex BE A6 32 0 D 4A 19 32 3A 2F
Octal 276 246 62 0 15 112 31 62 72 57
Binary 10111110 10100110 110010 0 1101 1001010 11001 110010 111010 101111

Color Harmonies of #BEA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA632

Black with #BEA632

Text Example


Text Example

White with #BEA632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA632; }

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

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

background-color css

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

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

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

border-color css

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

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

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