#86941D

Color #86941D Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #86941D

Tints of Citron #86941D

Color information

#86941D (or 0x86941D) is unknown color: approx Citron. HEX triplet: 86, 94 and 1D. RGB value is (134,148,29). Sum of RGB (Red+Green+Blue) = 134+148+29=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #86941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86941D is #796BE2. Grayscale: #828282. Windows color (decimal): -7957475 or 1938566. OLE color: 1938566.

HSL color Cylindrical-coordinate representation of color #86941D: hue angle of 67.06º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86941D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB13414829-
CMYK0.0900.800.42
HSL67.06º67.23%34.71%-
HSV(B)67.06º80.41%58.04%-
XYZ20.6426.345.16-
YUV130.2570.86130.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 29 (11.72% from 255) = 9.32%
R=43.09%
G=47.59%
B=9.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134148290.0900.800.4267.0667.2334.71
Hex86941D90502A434323
Octal206224351101205210310343
Binary10000110100101001110110010101000010101010000111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86941D; }

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

 H1.HeaderClassName
 {
   color: #86941D;
 }
 .AnyTagClassName
 {
   color: #86941D;
 }
</style>
background-color css

<style>
 a { background-color: #86941D; }

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

 div.DivClassName
 {
   background-color: #86941D;
 }
 .BgClassName
 {
   background-color: #86941D;
 }
</style>
border-color css

<style>
 span { border-color: #86941D; }

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

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