Html Css Color HEX #86BD09 Citrus

📋 copy color: '#86BD09'

red 134 ◦ green 189 ◦ blue 9

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

Shades of Citrus #86BD09

Tints of Citrus #86BD09

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.93%

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

R = 40.36%
G = 56.93%
B = 2.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#86BD09 (or 0x86BD09) is known color: Citrus. HEX triplet: 86, BD and 09. RGB value is (134,189,9). Sum of RGB (Red+Green+Blue) = 134+189+9=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BD09 is #7942F6. Grayscale: #989898. Windows color (decimal): -7946999 or 638342. OLE color: 638342.

HSL color Cylindrical-coordinate representation of color #86BD09: hue angle of 78.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86BD09 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 9 -
CMYK 0.29 0 0.95 0.26
HSL 78.33º 0.91% 0.39% -
HSV(B) 78.33º 0.95% 0.74% -
XYZ 28.08 41.48 6.79 -
YUV 152.04 47.28 115.14 -
System Red Green Blue C M Y K H S L
Decimal 134 189 9 0.29 0 0.95 0.26 78.33 0.91 0.39
Hex 86 BD 9 1D 0 5F 1A 4E 5B 27
Octal 206 275 11 35 0 137 32 116 133 47
Binary 10000110 10111101 1001 11101 0 1011111 11010 1001110 1011011 100111

Color Harmonies of #86BD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD09

Black with #86BD09

Text Example


Text Example

White with #86BD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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