Html Css Color HEX #BEB329 Earls Green

📋 copy color: '#BEB329'

red 190 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #BEB329

Tints of Earls Green #BEB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.66%

 BLUE value IS 41 (16.41% from 255) = 10%

R = 46.34%
G = 43.66%
B = 10%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEB329 (or 0xBEB329) is known color: Earls Green. HEX triplet: BE, B3 and 29. RGB value is (190,179,41). Sum of RGB (Red+Green+Blue) = 190+179+41=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB329 is #414CD6. Grayscale: #A7A7A7. Windows color (decimal): -4279511 or 2732990. OLE color: 2732990.

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

Color convert

RGB 190 179 41 -
CMYK 0 0.06 0.78 0.25
HSL 55.57º 0.65% 0.45% -
HSV(B) 55.57º 0.78% 0.75% -
XYZ 37.76 43.35 8.47 -
YUV 166.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 190 179 41 0 0.06 0.78 0.25 55.57 0.65 0.45
Hex BE B3 29 0 6 4E 19 38 41 2D
Octal 276 263 51 0 6 116 31 70 101 55
Binary 10111110 10110011 101001 0 110 1001110 11001 111000 1000001 101101

Color Harmonies of #BEB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB329

Black with #BEB329

Text Example


Text Example

White with #BEB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB329; }

 p { color: rgb(190,179,41); }

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

background-color css

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

 a { background-color: rgb(190,179,41); }

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

border-color css

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

 span { border-color: rgb(190,179,41); }

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