#869E08

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

Shades of Citron #869E08

Tints of Citron #869E08

Color information

#869E08 (or 0x869E08) is unknown color: approx Citron. HEX triplet: 86, 9E and 08. RGB value is (134,158,8). Sum of RGB (Red+Green+Blue) = 134+158+8=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #869E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869E08 is #7961F7. Grayscale: #868686. Windows color (decimal): -7954936 or 564870. OLE color: 564870.

HSL color Cylindrical-coordinate representation of color #869E08: hue angle of 69.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #869E08 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB1341588-
CMYK0.1500.950.38
HSL69.6º90.36%32.55%-
HSV(B)69.6º94.94%61.96%-
XYZ22.129.544.77-
YUV133.7257.05128.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 158 (62.11% from 255) = 52.67%
BLUE value IS 8 (3.52% from 255) = 2.67%
R=44.67%
G=52.67%
B=2.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13415880.1500.950.3869.690.3632.55
Hex869E8F05F26465a21
Octal206236101701374610613241
Binary1000011010011110100011110101111110011010001101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869E08; }

 p { color: rgb(134,158,8); }

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

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

 a { background-color: rgb(134,158,8); }

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

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

 span { border-color: rgb(134,158,8); }

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