#999C27

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

Shades of Citron #999C27

Tints of Citron #999C27

Color information

#999C27 (or 0x999C27) is unknown color: approx Citron. HEX triplet: 99, 9C and 27. RGB value is (153,156,39). Sum of RGB (Red+Green+Blue) = 153+156+39=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #999C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999C27 is #6663D8. Grayscale: #8E8E8E. Windows color (decimal): -6710233 or 2595993. OLE color: 2595993.

HSL color Cylindrical-coordinate representation of color #999C27: hue angle of 61.54º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #999C27 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB15315639-
CMYK0.0200.750.39
HSL61.54º60%38.24%-
HSV(B)61.54º75%61.18%-
XYZ25.3930.76.51-
YUV141.7670.01136.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=43.97%
G=44.83%
B=11.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153156390.0200.750.3961.546038.24
Hex999C27204B273e3c26
Octal231234472011347767446
Binary10011001100111001001111001001011100111111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999C27; }

 p { color: rgb(153,156,39); }

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

<style>
 a { background-color: #999C27; }

 a { background-color: rgb(153,156,39); }

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

<style>
 span { border-color: #999C27; }

 span { border-color: rgb(153,156,39); }

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