Html Css Color HEX #86C309 Citrus

📋 copy color: '#86C309'

red 134 ◦ green 195 ◦ blue 9

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

Shades of Citrus #86C309

Tints of Citrus #86C309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.69%

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

R = 39.64%
G = 57.69%
B = 2.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#86C309 (or 0x86C309) is known color: Citrus. HEX triplet: 86, C3 and 09. RGB value is (134,195,9). Sum of RGB (Red+Green+Blue) = 134+195+9=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #86C309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C309 is #793CF6. Grayscale: #9C9C9C. Windows color (decimal): -7945463 or 639878. OLE color: 639878.

HSL color Cylindrical-coordinate representation of color #86C309: hue angle of 79.68º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86C309 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 9 -
CMYK 0.31 0 0.95 0.24
HSL 79.68º 0.91% 0.4% -
HSV(B) 79.68º 0.95% 0.76% -
XYZ 29.4 44.12 7.22 -
YUV 155.56 45.29 112.62 -
System Red Green Blue C M Y K H S L
Decimal 134 195 9 0.31 0 0.95 0.24 79.68 0.91 0.4
Hex 86 C3 9 1F 0 5F 18 50 5B 28
Octal 206 303 11 37 0 137 30 120 133 50
Binary 10000110 11000011 1001 11111 0 1011111 11000 1010000 1011011 101000

Color Harmonies of #86C309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C309

Black with #86C309

Text Example


Text Example

White with #86C309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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