Html Css Color HEX #86900E Citron

📋 copy color: '#86900E'

red 134 ◦ green 144 ◦ blue 14

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

Shades of Citron #86900E

Tints of Citron #86900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

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

R = 45.89%
G = 49.32%
B = 4.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#86900E (or 0x86900E) is known color: Citron. HEX triplet: 86, 90 and 0E. RGB value is (134,144,14). Sum of RGB (Red+Green+Blue) = 134+144+14=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #86900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86900E is #796FF1. Grayscale: #7E7E7E. Windows color (decimal): -7958514 or 954502. OLE color: 954502.

HSL color Cylindrical-coordinate representation of color #86900E: hue angle of 64.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86900E is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 14 -
CMYK 0.07 0 0.90 0.44
HSL 64.62º 0.82% 0.31% -
HSV(B) 64.62º 0.9% 0.56% -
XYZ 19.88 25.05 4.2 -
YUV 126.19 64.69 133.57 -
System Red Green Blue C M Y K H S L
Decimal 134 144 14 0.07 0 0.90 0.44 64.62 0.82 0.31
Hex 86 90 E 7 0 5A 2C 41 52 1F
Octal 206 220 16 7 0 132 54 101 122 37
Binary 10000110 10010000 1110 111 0 1011010 101100 1000001 1010010 11111

Color Harmonies of #86900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86900E

Black with #86900E

Text Example


Text Example

White with #86900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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