#88942A

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

Shades of Citron #88942A

Tints of Citron #88942A

Color information

#88942A (or 0x88942A) is unknown color: approx Citron. HEX triplet: 88, 94 and 2A. RGB value is (136,148,42). Sum of RGB (Red+Green+Blue) = 136+148+42=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #88942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88942A is #776BD5. Grayscale: #848484. Windows color (decimal): -7826390 or 2790536. OLE color: 2790536.

HSL color Cylindrical-coordinate representation of color #88942A: hue angle of 66.79º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88942A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB13614842-
CMYK0.0800.720.42
HSL66.79º55.79%37.25%-
HSV(B)66.79º71.62%58.04%-
XYZ21.1626.586.21-
YUV132.3377.02130.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=41.72%
G=45.40%
B=12.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148420.0800.720.4266.7955.7937.25
Hex88942A80482A433825
Octal21022452100110521037045
Binary10001000100101001010101000010010001010101000011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88942A; }

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

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

<style>
 a { background-color: #88942A; }

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

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

<style>
 span { border-color: #88942A; }

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

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