#85C102

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

Shades of Citrus #85C102

Tints of Citrus #85C102

Color information

#85C102 (or 0x85C102) is unknown color: approx Citrus. HEX triplet: 85, C1 and 02. RGB value is (133,193,2). Sum of RGB (Red+Green+Blue) = 133+193+2=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #85C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C102 is #7A3EFD. Grayscale: #999999. Windows color (decimal): -8011518 or 180613. OLE color: 180613.

HSL color Cylindrical-coordinate representation of color #85C102: hue angle of 78.85º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85C102 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1331932-
CMYK0.3100.990.24
HSL78.85º97.95%38.24%-
HSV(B)78.85º98.96%75.69%-
XYZ28.7543.136.87-
YUV153.2942.62113.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 193 (75.78% from 255) = 58.84%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=40.55%
G=58.84%
B=0.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13319320.3100.990.2478.8597.9538.24
Hex85C121F063184f6226
Octal20530123701433011714246
Binary10000101110000011011111011000111100010011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C102; }

 p { color: rgb(133,193,2); }

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

<style>
 a { background-color: #85C102; }

 a { background-color: rgb(133,193,2); }

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

<style>
 span { border-color: #85C102; }

 span { border-color: rgb(133,193,2); }

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