#95A50D

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

Shades of Citrus #95A50D

Tints of Citrus #95A50D

Color information

#95A50D (or 0x95A50D) is unknown color: approx Citrus. HEX triplet: 95, A5 and 0D. RGB value is (149,165,13). Sum of RGB (Red+Green+Blue) = 149+165+13=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #95A50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A50D is #6A5AF2. Grayscale: #8F8F8F. Windows color (decimal): -6970099 or 894357. OLE color: 894357.

HSL color Cylindrical-coordinate representation of color #95A50D: hue angle of 66.32º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95A50D is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB14916513-
CMYK0.1000.920.35
HSL66.32º85.39%34.9%-
HSV(B)66.32º92.12%64.71%-
XYZ25.9233.335.45-
YUV142.8954.7132.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 13 (5.47% from 255) = 3.98%
R=45.57%
G=50.46%
B=3.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165130.1000.920.3566.3285.3934.9
Hex95A5DA05C23425523
Octal225245151201344310212543
Binary1001010110100101110110100101110010001110000101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,165,13); }

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

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

 a { background-color: rgb(149,165,13); }

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

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

 span { border-color: rgb(149,165,13); }

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