#8B950A

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

Shades of Citron #8B950A

Tints of Citron #8B950A

Color information

#8B950A (or 0x8B950A) is unknown color: approx Citron. HEX triplet: 8B, 95 and 0A. RGB value is (139,149,10). Sum of RGB (Red+Green+Blue) = 139+149+10=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #8B950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B950A is #746AF5. Grayscale: #828282. Windows color (decimal): -7629558 or 693643. OLE color: 693643.

HSL color Cylindrical-coordinate representation of color #8B950A: hue angle of 64.32º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B950A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB13914910-
CMYK0.0700.930.42
HSL64.32º87.42%31.18%-
HSV(B)64.32º93.29%58.43%-
XYZ21.4527.014.37-
YUV130.1660.19134.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=46.64%
G=50%
B=3.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149100.0700.930.4264.3287.4231.18
Hex8B95A705D2A40571f
Octal21322512701355210012737
Binary10001011100101011010111010111011010101000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B950A; }

 p { color: rgb(139,149,10); }

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

<style>
 a { background-color: #8B950A; }

 a { background-color: rgb(139,149,10); }

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

<style>
 span { border-color: #8B950A; }

 span { border-color: rgb(139,149,10); }

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