#8C951F

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

Shades of Citron #8C951F

Tints of Citron #8C951F

Color information

#8C951F (or 0x8C951F) is unknown color: approx Citron. HEX triplet: 8C, 95 and 1F. RGB value is (140,149,31). Sum of RGB (Red+Green+Blue) = 140+149+31=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #8C951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C951F is #736AE0. Grayscale: #858585. Windows color (decimal): -7564001 or 2069900. OLE color: 2069900.

HSL color Cylindrical-coordinate representation of color #8C951F: hue angle of 64.58º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C951F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14014931-
CMYK0.0600.790.42
HSL64.58º65.56%35.29%-
HSV(B)64.58º79.19%58.43%-
XYZ21.8127.175.39-
YUV132.8670.52133.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.75%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 31 (12.5% from 255) = 9.69%
R=43.75%
G=46.56%
B=9.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140149310.0600.790.4264.5865.5635.29
Hex8C951F604F2A414223
Octal21422537601175210110243
Binary1000110010010101111111100100111110101010000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,149,31); }

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

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

 a { background-color: rgb(140,149,31); }

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

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

 span { border-color: rgb(140,149,31); }

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