#86CB02

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

Shades of Citrus #86CB02

Tints of Citrus #86CB02

Color information

#86CB02 (or 0x86CB02) is unknown color: approx Citrus. HEX triplet: 86, CB and 02. RGB value is (134,203,2). Sum of RGB (Red+Green+Blue) = 134+203+2=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CB02 is #7934FD. Grayscale: #A0A0A0. Windows color (decimal): -7943422 or 183174. OLE color: 183174.

HSL color Cylindrical-coordinate representation of color #86CB02: hue angle of 80.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86CB02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB1342032-
CMYK0.3400.990.20
HSL80.6º98.05%40.2%-
HSV(B)80.6º99.01%79.61%-
XYZ31.247.787.64-
YUV159.4539.14109.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 203 (79.69% from 255) = 59.88%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=39.53%
G=59.88%
B=0.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13420320.3400.990.2080.698.0540.2
Hex86CB22206314516228
Octal20631324201432412114250
Binary100001101100101110100010011000111010010100011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CB02; }

 p { color: rgb(134,203,2); }

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

<style>
 a { background-color: #86CB02; }

 a { background-color: rgb(134,203,2); }

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

<style>
 span { border-color: #86CB02; }

 span { border-color: rgb(134,203,2); }

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