#88941B

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

Shades of Citron #88941B

Tints of Citron #88941B

Color information

#88941B (or 0x88941B) is unknown color: approx Citron. HEX triplet: 88, 94 and 1B. RGB value is (136,148,27). Sum of RGB (Red+Green+Blue) = 136+148+27=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #88941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88941B is #776BE4. Grayscale: #838383. Windows color (decimal): -7826405 or 1807496. OLE color: 1807496.

HSL color Cylindrical-coordinate representation of color #88941B: hue angle of 65.95º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88941B is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB13614827-
CMYK0.0800.820.42
HSL65.95º69.14%34.31%-
HSV(B)65.95º81.76%58.04%-
XYZ20.9426.495.05-
YUV130.6269.52131.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 27 (10.94% from 255) = 8.68%
R=43.73%
G=47.59%
B=8.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148270.0800.820.4265.9569.1434.31
Hex88941B80522A424522
Octal210224331001225210210542
Binary10001000100101001101110000101001010101010000101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,148,27); }

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

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

 a { background-color: rgb(136,148,27); }

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

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

 span { border-color: rgb(136,148,27); }

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