#828B23

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

Shades of Trendy Green #828B23

Tints of Trendy Green #828B23

Color information

#828B23 (or 0x828B23) is unknown color: approx Trendy Green. HEX triplet: 82, 8B and 23. RGB value is (130,139,35). Sum of RGB (Red+Green+Blue) = 130+139+35=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #828B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B23 is #7D74DC. Grayscale: #7C7C7C. Windows color (decimal): -8221917 or 2329474. OLE color: 2329474.

HSL color Cylindrical-coordinate representation of color #828B23: hue angle of 65.19º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #828B23 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB13013935-
CMYK0.0600.750.45
HSL65.19º59.77%34.12%-
HSV(B)65.19º74.82%54.51%-
XYZ18.7423.335.11-
YUV124.4577.52131.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 35 (14.06% from 255) = 11.51%
R=42.76%
G=45.72%
B=11.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130139350.0600.750.4565.1959.7734.12
Hex828B23604B2D413c22
Octal2022134360113551017442
Binary1000001010001011100011110010010111011011000001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828B23; }

 p { color: rgb(130,139,35); }

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

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

 a { background-color: rgb(130,139,35); }

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

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

 span { border-color: rgb(130,139,35); }

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