#88961E

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

Shades of Citron #88961E

Tints of Citron #88961E

Color information

#88961E (or 0x88961E) is unknown color: approx Citron. HEX triplet: 88, 96 and 1E. RGB value is (136,150,30). Sum of RGB (Red+Green+Blue) = 136+150+30=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #88961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88961E is #7769E1. Grayscale: #848484. Windows color (decimal): -7825890 or 2004616. OLE color: 2004616.

HSL color Cylindrical-coordinate representation of color #88961E: hue angle of 67º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88961E is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB13615030-
CMYK0.0900.800.41
HSL67º66.67%35.29%-
HSV(B)67º80%58.82%-
XYZ21.2927.145.34-
YUV132.1370.36130.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 30 (12.11% from 255) = 9.49%
R=43.04%
G=47.47%
B=9.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136150300.0900.800.416766.6735.29
Hex88961E905029434323
Octal210226361101205110310343
Binary10001000100101101111010010101000010100110000111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88961E; }

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

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

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

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

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

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

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

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