#8F952D

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

Shades of Citron #8F952D

Tints of Citron #8F952D

Color information

#8F952D (or 0x8F952D) is unknown color: approx Citron. HEX triplet: 8F, 95 and 2D. RGB value is (143,149,45). Sum of RGB (Red+Green+Blue) = 143+149+45=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #8F952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F952D is #706AD2. Grayscale: #878787. Windows color (decimal): -7367379 or 2987407. OLE color: 2987407.

HSL color Cylindrical-coordinate representation of color #8F952D: hue angle of 63.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F952D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14314945-
CMYK0.0400.700.42
HSL63.46º53.61%38.04%-
HSV(B)63.46º69.8%58.43%-
XYZ22.5527.526.61-
YUV135.3577.01133.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=42.43%
G=44.21%
B=13.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143149450.0400.700.4263.4653.6138.04
Hex8F952D40462A3f3626
Octal217225554010652776646
Binary100011111001010110110110001000110101010111111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,149,45); }

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

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

 a { background-color: rgb(143,149,45); }

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

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

 span { border-color: rgb(143,149,45); }

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