#86931B

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

Shades of Citron #86931B

Tints of Citron #86931B

Color information

#86931B (or 0x86931B) is unknown color: approx Citron. HEX triplet: 86, 93 and 1B. RGB value is (134,147,27). Sum of RGB (Red+Green+Blue) = 134+147+27=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #86931B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86931B is #796CE4. Grayscale: #818181. Windows color (decimal): -7957733 or 1807238. OLE color: 1807238.

HSL color Cylindrical-coordinate representation of color #86931B: hue angle of 66.5º 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 #86931B is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB13414727-
CMYK0.0900.820.42
HSL66.5º68.97%34.12%-
HSV(B)66.5º81.63%57.65%-
XYZ20.4626.014.98-
YUV129.4370.19131.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 27 (10.94% from 255) = 8.77%
R=43.51%
G=47.73%
B=8.77%

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
Decimal134147270.0900.820.4266.568.9734.12
Hex86931B90522A424522
Octal206223331101225210210542
Binary10000110100100111101110010101001010101010000101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86931B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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