#949C1C

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

Shades of Citron #949C1C

Tints of Citron #949C1C

Color information

#949C1C (or 0x949C1C) is unknown color: approx Citron. HEX triplet: 94, 9C and 1C. RGB value is (148,156,28). Sum of RGB (Red+Green+Blue) = 148+156+28=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #949C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C1C is #6B63E3. Grayscale: #8B8B8B. Windows color (decimal): -7037924 or 1875092. OLE color: 1875092.

HSL color Cylindrical-coordinate representation of color #949C1C: hue angle of 63.75º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #949C1C is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB14815628-
CMYK0.0500.820.39
HSL63.75º69.57%36.08%-
HSV(B)63.75º82.05%61.18%-
XYZ24.3130.165.64-
YUV139.0265.35134.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 28 (11.33% from 255) = 8.43%
R=44.58%
G=46.99%
B=8.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156280.0500.820.3963.7569.5736.08
Hex949C1C505227404624
Octal22423434501224710010644
Binary1001010010011100111001010101001010011110000001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C1C; }

 p { color: rgb(148,156,28); }

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

<style>
 a { background-color: #949C1C; }

 a { background-color: rgb(148,156,28); }

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

<style>
 span { border-color: #949C1C; }

 span { border-color: rgb(148,156,28); }

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