Html Css Color HEX #86C809 Citrus

📋 copy color: '#86C809'

red 134 ◦ green 200 ◦ blue 9

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

Shades of Citrus #86C809

Tints of Citrus #86C809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.31%

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 39.07%
G = 58.31%
B = 2.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#86C809 (or 0x86C809) is known color: Citrus. HEX triplet: 86, C8 and 09. RGB value is (134,200,9). Sum of RGB (Red+Green+Blue) = 134+200+9=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #86C809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C809 is #7937F6. Grayscale: #9F9F9F. Windows color (decimal): -7944183 or 641158. OLE color: 641158.

HSL color Cylindrical-coordinate representation of color #86C809: hue angle of 80.73º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86C809 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 9 -
CMYK 0.33 0 0.96 0.22
HSL 80.73º 0.91% 0.41% -
HSV(B) 80.73º 0.96% 0.78% -
XYZ 30.54 46.4 7.6 -
YUV 158.49 43.63 110.53 -
System Red Green Blue C M Y K H S L
Decimal 134 200 9 0.33 0 0.96 0.22 80.73 0.91 0.41
Hex 86 C8 9 21 0 60 16 51 5B 29
Octal 206 310 11 41 0 140 26 121 133 51
Binary 10000110 11001000 1001 100001 0 1100000 10110 1010001 1011011 101001

Color Harmonies of #86C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C809

Black with #86C809

Text Example


Text Example

White with #86C809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,200,9); }

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

background-color css

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

 a { background-color: rgb(134,200,9); }

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

border-color css

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

 span { border-color: rgb(134,200,9); }

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