#88982B

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

Shades of Citron #88982B

Tints of Citron #88982B

Color information

#88982B (or 0x88982B) is unknown color: approx Citron. HEX triplet: 88, 98 and 2B. RGB value is (136,152,43). Sum of RGB (Red+Green+Blue) = 136+152+43=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #88982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88982B is #7767D4. Grayscale: #878787. Windows color (decimal): -7825365 or 2857096. OLE color: 2857096.

HSL color Cylindrical-coordinate representation of color #88982B: hue angle of 68.81º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88982B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB13615243-
CMYK0.1100.720.40
HSL68.81º55.9%38.24%-
HSV(B)68.81º71.71%59.61%-
XYZ21.8227.876.51-
YUV134.7976.2128.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=41.09%
G=45.92%
B=12.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136152430.1100.720.4068.8155.938.24
Hex88982BB04828453826
Octal21023053130110501057046
Binary10001000100110001010111011010010001010001000101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88982B; }

 p { color: rgb(136,152,43); }

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

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

 a { background-color: rgb(136,152,43); }

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

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

 span { border-color: rgb(136,152,43); }

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