Html Css Color HEX #BEB520 Earls Green

📋 copy color: '#BEB520'

red 190 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #BEB520

Tints of Earls Green #BEB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

 BLUE value IS 32 (12.89% from 255) = 7.94%

R = 47.15%
G = 44.91%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEB520 (or 0xBEB520) is known color: Earls Green. HEX triplet: BE, B5 and 20. RGB value is (190,181,32). Sum of RGB (Red+Green+Blue) = 190+181+32=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB520 is #414ADF. Grayscale: #A7A7A7. Windows color (decimal): -4279008 or 2143678. OLE color: 2143678.

HSL color Cylindrical-coordinate representation of color #BEB520: hue angle of 56.58º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEB520 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 181 32 -
CMYK 0 0.05 0.83 0.25
HSL 56.58º 0.71% 0.44% -
HSV(B) 56.58º 0.83% 0.75% -
XYZ 38.02 44.1 7.87 -
YUV 166.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 190 181 32 0 0.05 0.83 0.25 56.58 0.71 0.44
Hex BE B5 20 0 5 53 19 39 47 2C
Octal 276 265 40 0 5 123 31 71 107 54
Binary 10111110 10110101 100000 0 101 1010011 11001 111001 1000111 101100

Color Harmonies of #BEB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB520

Black with #BEB520

Text Example


Text Example

White with #BEB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB520; }

 p { color: rgb(190,181,32); }

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

background-color css

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

 a { background-color: rgb(190,181,32); }

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

border-color css

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

 span { border-color: rgb(190,181,32); }

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