#95942A

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

Shades of Citron #95942A

Tints of Citron #95942A

Color information

#95942A (or 0x95942A) is unknown color: approx Citron. HEX triplet: 95, 94 and 2A. RGB value is (149,148,42). Sum of RGB (Red+Green+Blue) = 149+148+42=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95942A is #6A6BD5. Grayscale: #888888. Windows color (decimal): -6974422 or 2790549. OLE color: 2790549.

HSL color Cylindrical-coordinate representation of color #95942A: hue angle of 59.44º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95942A is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14914842-
CMYK00.010.720.42
HSL59.44º56.02%37.45%-
HSV(B)59.44º71.81%58.43%-
XYZ23.427.746.31-
YUV136.2274.83137.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=43.95%
G=43.66%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491484200.010.720.4259.4456.0237.45
Hex95942A01482A3b3825
Octal225224520111052737045
Binary1001010110010100101010011001000101010111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95942A; }

 p { color: rgb(149,148,42); }

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

<style>
 a { background-color: #95942A; }

 a { background-color: rgb(149,148,42); }

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

<style>
 span { border-color: #95942A; }

 span { border-color: rgb(149,148,42); }

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