#95A80C

Color #95A80C Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #95A80C

Tints of Citrus #95A80C

Color information

#95A80C (or 0x95A80C) is unknown color: approx Citrus. HEX triplet: 95, A8 and 0C. RGB value is (149,168,12). Sum of RGB (Red+Green+Blue) = 149+168+12=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #95A80C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A80C is #6A57F3. Grayscale: #919191. Windows color (decimal): -6969332 or 829589. OLE color: 829589.

HSL color Cylindrical-coordinate representation of color #95A80C: hue angle of 67.31º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95A80C is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB14916812-
CMYK0.1100.930.34
HSL67.31º86.67%35.29%-
HSV(B)67.31º92.86%65.88%-
XYZ26.4634.425.6-
YUV144.5453.21131.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 168 (66.02% from 255) = 51.06%
BLUE value IS 12 (5.08% from 255) = 3.65%
R=45.29%
G=51.06%
B=3.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149168120.1100.930.3467.3186.6735.29
Hex95A8CB05D22435723
Octal225250141301354210312743
Binary1001010110101000110010110101110110001010000111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A80C; }

 p { color: rgb(149,168,12); }

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

<style>
 a { background-color: #95A80C; }

 a { background-color: rgb(149,168,12); }

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

<style>
 span { border-color: #95A80C; }

 span { border-color: rgb(149,168,12); }

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