Html Css Color HEX #86C000 Citrus

📋 copy color: '#86C000'

red 134 ◦ green 192 ◦ blue 0

#86C000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #86C000

Tints of Citrus #86C000

RGB

 RED value IS 134 (52.73% from 255) = 41.1%

 GREEN value IS 192 (75.39% from 255) = 58.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.1%
G = 58.9%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#86C000 (or 0x86C000) is known color: Citrus. HEX triplet: 86, C0 and 00. RGB value is (134,192,0). Sum of RGB (Red+Green+Blue) = 134+192+0=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #86C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C000 is #793FFF. Grayscale: #999999. Windows color (decimal): -7946240 or 49286. OLE color: 49286.

HSL color Cylindrical-coordinate representation of color #86C000: hue angle of 78.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86C000 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 192 0 -
CMYK 0.30 0 1 0.25
HSL 78.12º 1% 0.38% -
HSV(B) 78.12º 1% 0.75% -
XYZ 28.68 42.77 6.74 -
YUV 152.77 41.78 114.61 -
System Red Green Blue C M Y K H S L
Decimal 134 192 0 0.30 0 1 0.25 78.12 1 0.38
Hex 86 C0 0 1E 0 64 19 4E 64 26
Octal 206 300 0 36 0 144 31 116 144 46
Binary 10000110 11000000 0 11110 0 1100100 11001 1001110 1100100 100110

Color Harmonies of #86C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C000

Black with #86C000

Text Example


Text Example

White with #86C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,192,0); }

 H1.HeaderClassName
 {
   color: #86C000;
 }
 .AnyTagClassName
 {
   color: #86C000;
 }
</style>

background-color css

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

 a { background-color: rgb(134,192,0); }

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

border-color css

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

 span { border-color: rgb(134,192,0); }

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