#86B603

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

Shades of Citrus #86B603

Tints of Citrus #86B603

Color information

#86B603 (or 0x86B603) is unknown color: approx Citrus. HEX triplet: 86, B6 and 03. RGB value is (134,182,3). Sum of RGB (Red+Green+Blue) = 134+182+3=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #86B603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B603 is #7949FC. Grayscale: #939393. Windows color (decimal): -7948797 or 243334. OLE color: 243334.

HSL color Cylindrical-coordinate representation of color #86B603: hue angle of 76.09º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86B603 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1341823-
CMYK0.2600.980.29
HSL76.09º96.76%36.27%-
HSV(B)76.09º98.35%71.37%-
XYZ26.5838.536.12-
YUV147.2446.6118.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 182 (71.48% from 255) = 57.05%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=42.01%
G=57.05%
B=0.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13418230.2600.980.2976.0996.7636.27
Hex86B631A0621D4c6124
Octal20626633201423511414144
Binary10000110101101101111010011000101110110011001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,3); }

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

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

 a { background-color: rgb(134,182,3); }

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

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

 span { border-color: rgb(134,182,3); }

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