Html Css Color HEX #86BA09 Citrus

📋 copy color: '#86BA09'

red 134 ◦ green 186 ◦ blue 9

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

Shades of Citrus #86BA09

Tints of Citrus #86BA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.53%

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

R = 40.73%
G = 56.53%
B = 2.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#86BA09 (or 0x86BA09) is known color: Citrus. HEX triplet: 86, BA and 09. RGB value is (134,186,9). Sum of RGB (Red+Green+Blue) = 134+186+9=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BA09 is #7945F6. Grayscale: #969696. Windows color (decimal): -7947767 or 637574. OLE color: 637574.

HSL color Cylindrical-coordinate representation of color #86BA09: hue angle of 77.63º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86BA09 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 9 -
CMYK 0.28 0 0.95 0.27
HSL 77.63º 0.91% 0.38% -
HSV(B) 77.63º 0.95% 0.73% -
XYZ 27.44 40.21 6.57 -
YUV 150.27 48.27 116.39 -
System Red Green Blue C M Y K H S L
Decimal 134 186 9 0.28 0 0.95 0.27 77.63 0.91 0.38
Hex 86 BA 9 1C 0 5F 1B 4E 5B 26
Octal 206 272 11 34 0 137 33 116 133 46
Binary 10000110 10111010 1001 11100 0 1011111 11011 1001110 1011011 100110

Color Harmonies of #86BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA09

Black with #86BA09

Text Example


Text Example

White with #86BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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