#838a14

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

Shades of Trendy Green #838A14

Tints of Trendy Green #838A14

Color information

#838A14 (or 0x838A14) is unknown color: approx Trendy Green. HEX triplet: 83, 8A and 14. RGB value is (131,138,20). Sum of RGB (Red+Green+Blue) = 131+138+20=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #838A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838A14 is #7C75EB. Grayscale: #7A7A7A. Windows color (decimal): -8156652 or 1346179. OLE color: 1346179.

HSL color Cylindrical-coordinate representation of color #838A14: hue angle of 63.56º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #838A14 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB13113820-
CMYK0.0500.860.46
HSL63.56º74.68%30.98%-
HSV(B)63.56º85.51%54.12%-
XYZ18.5723.054.13-
YUV122.4670.18134.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 20 (8.20% from 255) = 6.92%
R=45.33%
G=47.75%
B=6.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131138200.0500.860.4663.5674.6830.98
Hex838A1450562E404b1f
Octal20321224501265610011337
Binary100000111000101010100101010101101011101000000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838a14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838a14; }

 p { color: rgb(131,138,20); }

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

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

 a { background-color: rgb(131,138,20); }

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

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

 span { border-color: rgb(131,138,20); }

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