#88C328

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

Shades of Yellow Green #88C328

Tints of Yellow Green #88C328

Color information

#88C328 (or 0x88C328) is unknown color: approx Yellow Green. HEX triplet: 88, C3 and 28. RGB value is (136,195,40). Sum of RGB (Red+Green+Blue) = 136+195+40=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #88C328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C328 is #773CD7. Grayscale: #A0A0A0. Windows color (decimal): -7814360 or 2671496. OLE color: 2671496.

HSL color Cylindrical-coordinate representation of color #88C328: hue angle of 82.84º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88C328 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB13619540-
CMYK0.3000.790.24
HSL82.84º65.96%46.08%-
HSV(B)82.84º79.49%76.47%-
XYZ30.0544.429-
YUV159.6960.45111.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=36.66%
G=52.56%
B=10.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136195400.3000.790.2482.8465.9646.08
Hex88C3281E04F1853422e
Octal210303503601173012310256
Binary100010001100001110100011110010011111100010100111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,195,40); }

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

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

 a { background-color: rgb(136,195,40); }

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

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

 span { border-color: rgb(136,195,40); }

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