#86941B

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

Shades of Citron #86941B

Tints of Citron #86941B

Color information

#86941B (or 0x86941B) is unknown color: approx Citron. HEX triplet: 86, 94 and 1B. RGB value is (134,148,27). Sum of RGB (Red+Green+Blue) = 134+148+27=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #86941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86941B is #796BE4. Grayscale: #828282. Windows color (decimal): -7957477 or 1807494. OLE color: 1807494.

HSL color Cylindrical-coordinate representation of color #86941B: hue angle of 66.94º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86941B is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB13414827-
CMYK0.0900.820.42
HSL66.94º69.14%34.31%-
HSV(B)66.94º81.76%58.04%-
XYZ20.6226.335.03-
YUV130.0269.86130.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 27 (10.94% from 255) = 8.74%
R=43.37%
G=47.90%
B=8.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134148270.0900.820.4266.9469.1434.31
Hex86941B90522A434522
Octal206224331101225210310542
Binary10000110100101001101110010101001010101010000111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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