#beb023

Color #BEB023 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BEB023

Tints of Earls Green #BEB023

Color information

#BEB023 (or 0xBEB023) is unknown color: approx Earls Green. HEX triplet: BE, B0 and 23. RGB value is (190,176,35). Sum of RGB (Red+Green+Blue) = 190+176+35=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB023 is #414FDC. Grayscale: #A4A4A4. Windows color (decimal): -4280285 or 2339006. OLE color: 2339006.

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

Color convert

RGB19017635-
CMYK00.070.820.25
HSL54.58º68.89%44.12%-
HSV(B)54.58º81.58%74.51%-
XYZ37.0642.127.77-
YUV164.1155.14146.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 35 (14.06% from 255) = 8.73%
R=47.38%
G=43.89%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901763500.070.820.2554.5868.8944.12
HexBEB02307521937452c
Octal2762604307122316710554
Binary101111101011000010001101111010010110011101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #beb023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #beb023; }

 p { color: rgb(190,176,35); }

 H1.HeaderClassName
 {
   color: #beb023;
 }
 .AnyTagClassName
 {
   color: #beb023;
 }
</style>
background-color css

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

 a { background-color: rgb(190,176,35); }

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

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

 span { border-color: rgb(190,176,35); }

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