#88921F

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

Shades of Citron #88921F

Tints of Citron #88921F

Color information

#88921F (or 0x88921F) is unknown color: approx Citron. HEX triplet: 88, 92 and 1F. RGB value is (136,146,31). Sum of RGB (Red+Green+Blue) = 136+146+31=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #88921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88921F is #776DE0. Grayscale: #828282. Windows color (decimal): -7826913 or 2069128. OLE color: 2069128.

HSL color Cylindrical-coordinate representation of color #88921F: hue angle of 65.22º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88921F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB13614631-
CMYK0.0700.790.43
HSL65.22º64.97%34.71%-
HSV(B)65.22º78.77%57.25%-
XYZ20.6825.895.2-
YUV129.972.19132.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=43.45%
G=46.65%
B=9.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146310.0700.790.4365.2264.9734.71
Hex88921F704F2B414123
Octal21022237701175310110143
Binary1000100010010010111111110100111110101110000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88921F; }

 p { color: rgb(136,146,31); }

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

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

 a { background-color: rgb(136,146,31); }

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

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

 span { border-color: rgb(136,146,31); }

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