#869828

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

Shades of Citron #869828

Tints of Citron #869828

Color information

#869828 (or 0x869828) is unknown color: approx Citron. HEX triplet: 86, 98 and 28. RGB value is (134,152,40). Sum of RGB (Red+Green+Blue) = 134+152+40=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #869828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869828 is #7967D7. Grayscale: #868686. Windows color (decimal): -7956440 or 2660486. OLE color: 2660486.

HSL color Cylindrical-coordinate representation of color #869828: hue angle of 69.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #869828 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB13415240-
CMYK0.1200.740.40
HSL69.64º58.33%37.65%-
HSV(B)69.64º73.68%59.61%-
XYZ21.4427.686.22-
YUV133.8575.04128.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=41.10%
G=46.63%
B=12.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134152400.1200.740.4069.6458.3337.65
Hex869828C04A28463a26
Octal20623050140112501067246
Binary10000110100110001010001100010010101010001000110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869828; }

 p { color: rgb(134,152,40); }

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

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

 a { background-color: rgb(134,152,40); }

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

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

 span { border-color: rgb(134,152,40); }

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