#869812

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

Shades of Citron #869812

Tints of Citron #869812

Color information

#869812 (or 0x869812) is unknown color: approx Citron. HEX triplet: 86, 98 and 12. RGB value is (134,152,18). Sum of RGB (Red+Green+Blue) = 134+152+18=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #869812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869812 is #7967ED. Grayscale: #838383. Windows color (decimal): -7956462 or 1218694. OLE color: 1218694.

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

Color convert

RGB13415218-
CMYK0.1200.880.40
HSL68.06º78.82%33.33%-
HSV(B)68.06º88.16%59.61%-
XYZ21.1727.574.78-
YUV131.3464.04129.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=44.08%
G=50%
B=5.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134152180.1200.880.4068.0678.8233.33
Hex869812C05828444f21
Octal206230221401305010411741
Binary10000110100110001001011000101100010100010001001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869812; }

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

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

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

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

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

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

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

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