#88BC0A

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

Shades of Citrus #88BC0A

Tints of Citrus #88BC0A

Color information

#88BC0A (or 0x88BC0A) is unknown color: approx Citrus. HEX triplet: 88, BC and 0A. RGB value is (136,188,10). Sum of RGB (Red+Green+Blue) = 136+188+10=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BC0A is #7743F5. Grayscale: #989898. Windows color (decimal): -7816182 or 703624. OLE color: 703624.

HSL color Cylindrical-coordinate representation of color #88BC0A: hue angle of 77.53º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88BC0A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB13618810-
CMYK0.2800.950.26
HSL77.53º89.9%38.82%-
HSV(B)77.53º94.68%73.73%-
XYZ28.1941.226.76-
YUV152.1647.77116.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 188 (73.83% from 255) = 56.29%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=40.72%
G=56.29%
B=2.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136188100.2800.950.2677.5389.938.82
Hex88BCA1C05F1A4e5a27
Octal210274123401373211613247
Binary1000100010111100101011100010111111101010011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,188,10); }

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

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

 a { background-color: rgb(136,188,10); }

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

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

 span { border-color: rgb(136,188,10); }

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