Html Css Color HEX #86940E Citron

📋 copy color: '#86940E'

red 134 ◦ green 148 ◦ blue 14

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

Shades of Citron #86940E

Tints of Citron #86940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50%

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 45.27%
G = 50%
B = 4.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#86940E (or 0x86940E) is known color: Citron. HEX triplet: 86, 94 and 0E. RGB value is (134,148,14). Sum of RGB (Red+Green+Blue) = 134+148+14=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #86940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86940E is #796BF1. Grayscale: #818181. Windows color (decimal): -7957490 or 955526. OLE color: 955526.

HSL color Cylindrical-coordinate representation of color #86940E: hue angle of 66.27º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86940E is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 14 -
CMYK 0.09 0 0.91 0.42
HSL 66.27º 0.83% 0.32% -
HSV(B) 66.27º 0.91% 0.58% -
XYZ 20.5 26.28 4.41 -
YUV 128.54 63.36 131.9 -
System Red Green Blue C M Y K H S L
Decimal 134 148 14 0.09 0 0.91 0.42 66.27 0.83 0.32
Hex 86 94 E 9 0 5B 2A 42 53 20
Octal 206 224 16 11 0 133 52 102 123 40
Binary 10000110 10010100 1110 1001 0 1011011 101010 1000010 1010011 100000

Color Harmonies of #86940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86940E

Black with #86940E

Text Example


Text Example

White with #86940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86940E; }

 p { color: rgb(134,148,14); }

 H1.HeaderClassName
 {
   color: #86940E;
 }
 .AnyTagClassName
 {
   color: #86940E;
 }
</style>

background-color css

<style>
 a { background-color: #86940E; }

 a { background-color: rgb(134,148,14); }

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

border-color css

<style>
 span { border-color: #86940E; }

 span { border-color: rgb(134,148,14); }

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