#88960D

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

Shades of Citron #88960D

Tints of Citron #88960D

Color information

#88960D (or 0x88960D) is unknown color: approx Citron. HEX triplet: 88, 96 and 0D. RGB value is (136,150,13). Sum of RGB (Red+Green+Blue) = 136+150+13=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #88960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88960D is #7769F2. Grayscale: #828282. Windows color (decimal): -7825907 or 890504. OLE color: 890504.

HSL color Cylindrical-coordinate representation of color #88960D: hue angle of 66.13º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88960D is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB13615013-
CMYK0.0900.910.41
HSL66.13º84.05%31.96%-
HSV(B)66.13º91.33%58.82%-
XYZ21.1327.084.49-
YUV130.261.86132.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 150 (58.98% from 255) = 50.17%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=45.48%
G=50.17%
B=4.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136150130.0900.910.4166.1384.0531.96
Hex8896D905B29425420
Octal210226151101335110212440
Binary1000100010010110110110010101101110100110000101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88960D; }

 p { color: rgb(136,150,13); }

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

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

 a { background-color: rgb(136,150,13); }

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

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

 span { border-color: rgb(136,150,13); }

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