#88B200

Color #88B200 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #88B200

Tints of Citrus #88B200

Color information

#88B200 (or 0x88B200) is unknown color: approx Citrus. HEX triplet: 88, B2 and 00. RGB value is (136,178,0). Sum of RGB (Red+Green+Blue) = 136+178+0=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #88B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88B200 is #774DFF. Grayscale: #919191. Windows color (decimal): -7818752 or 45704. OLE color: 45704.

HSL color Cylindrical-coordinate representation of color #88B200: hue angle of 74.16º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88B200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1361780-
CMYK0.24010.30
HSL74.16º100%34.9%-
HSV(B)74.16º100%69.8%-
XYZ26.0737.085.78-
YUV145.1546.09121.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 178 (69.92% from 255) = 56.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.31%
G=56.69%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13617800.24010.3074.1610034.9
Hex88B20180641E4a6423
Octal21026203001443611214443
Binary1000100010110010011000011001001111010010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88B200; }

 p { color: rgb(136,178,0); }

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

<style>
 a { background-color: #88B200; }

 a { background-color: rgb(136,178,0); }

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

<style>
 span { border-color: #88B200; }

 span { border-color: rgb(136,178,0); }

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