#87B70C

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

Shades of Citrus #87B70C

Tints of Citrus #87B70C

Color information

#87B70C (or 0x87B70C) is unknown color: approx Citrus. HEX triplet: 87, B7 and 0C. RGB value is (135,183,12). Sum of RGB (Red+Green+Blue) = 135+183+12=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #87B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87B70C is #7848F3. Grayscale: #959595. Windows color (decimal): -7882996 or 833415. OLE color: 833415.

HSL color Cylindrical-coordinate representation of color #87B70C: hue angle of 76.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87B70C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB13518312-
CMYK0.2600.930.28
HSL76.84º87.69%38.24%-
HSV(B)76.84º93.44%71.76%-
XYZ26.9939.046.46-
YUV149.1550.6117.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 183 (71.88% from 255) = 55.45%
BLUE value IS 12 (5.08% from 255) = 3.64%
R=40.91%
G=55.45%
B=3.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal135183120.2600.930.2876.8487.6938.24
Hex87B7C1A05D1C4d5826
Octal207267143201353411513046
Binary1000011110110111110011010010111011110010011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87B70C; }

 p { color: rgb(135,183,12); }

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

<style>
 a { background-color: #87B70C; }

 a { background-color: rgb(135,183,12); }

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

<style>
 span { border-color: #87B70C; }

 span { border-color: rgb(135,183,12); }

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