Html Css Color HEX #86960A Citron

📋 copy color: '#86960A'

red 134 ◦ green 150 ◦ blue 10

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

Shades of Citron #86960A

Tints of Citron #86960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.02%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 45.58%
G = 51.02%
B = 3.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#86960A (or 0x86960A) is known color: Citron. HEX triplet: 86, 96 and 0A. RGB value is (134,150,10). Sum of RGB (Red+Green+Blue) = 134+150+10=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #86960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86960A is #7969F5. Grayscale: #818181. Windows color (decimal): -7956982 or 693894. OLE color: 693894.

HSL color Cylindrical-coordinate representation of color #86960A: hue angle of 66.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86960A is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 10 -
CMYK 0.11 0 0.93 0.41
HSL 66.86º 0.88% 0.31% -
HSV(B) 66.86º 0.93% 0.59% -
XYZ 20.79 26.9 4.38 -
YUV 129.26 60.7 131.38 -
System Red Green Blue C M Y K H S L
Decimal 134 150 10 0.11 0 0.93 0.41 66.86 0.88 0.31
Hex 86 96 A B 0 5D 29 43 58 1F
Octal 206 226 12 13 0 135 51 103 130 37
Binary 10000110 10010110 1010 1011 0 1011101 101001 1000011 1011000 11111

Color Harmonies of #86960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86960A

Black with #86960A

Text Example


Text Example

White with #86960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86960A; }

 p { color: rgb(134,150,10); }

 H1.HeaderClassName
 {
   color: #86960A;
 }
 .AnyTagClassName
 {
   color: #86960A;
 }
</style>

background-color css

<style>
 a { background-color: #86960A; }

 a { background-color: rgb(134,150,10); }

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

border-color css

<style>
 span { border-color: #86960A; }

 span { border-color: rgb(134,150,10); }

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