Html Css Color HEX #BEB320 Earls Green

📋 copy color: '#BEB320'

red 190 ◦ green 179 ◦ blue 32

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

Shades of Earls Green #BEB320

Tints of Earls Green #BEB320

RGB

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

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

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

R = 47.38%
G = 44.64%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEB320 (or 0xBEB320) is known color: Earls Green. HEX triplet: BE, B3 and 20. RGB value is (190,179,32). Sum of RGB (Red+Green+Blue) = 190+179+32=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB320 is #414CDF. Grayscale: #A6A6A6. Windows color (decimal): -4279520 or 2143166. OLE color: 2143166.

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

Color convert

RGB 190 179 32 -
CMYK 0 0.06 0.83 0.25
HSL 55.82º 0.71% 0.44% -
HSV(B) 55.82º 0.83% 0.75% -
XYZ 37.62 43.29 7.74 -
YUV 165.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 190 179 32 0 0.06 0.83 0.25 55.82 0.71 0.44
Hex BE B3 20 0 6 53 19 38 47 2C
Octal 276 263 40 0 6 123 31 70 107 54
Binary 10111110 10110011 100000 0 110 1010011 11001 111000 1000111 101100

Color Harmonies of #BEB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB320

Black with #BEB320

Text Example


Text Example

White with #BEB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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