#919C01

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

Shades of Citrus #919C01

Tints of Citrus #919C01

Color information

#919C01 (or 0x919C01) is unknown color: approx Citrus. HEX triplet: 91, 9C and 01. RGB value is (145,156,1). Sum of RGB (Red+Green+Blue) = 145+156+1=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #919C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919C01 is #6E63FE. Grayscale: #878787. Windows color (decimal): -7234559 or 105617. OLE color: 105617.

HSL color Cylindrical-coordinate representation of color #919C01: hue angle of 64.26º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #919C01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1451561-
CMYK0.0700.990.39
HSL64.26º98.73%30.78%-
HSV(B)64.26º99.36%61.18%-
XYZ23.5729.84.54-
YUV135.0452.36135.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 156 (61.33% from 255) = 51.66%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=48.01%
G=51.66%
B=0.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14515610.0700.990.3964.2698.7330.78
Hex919C170632740631f
Octal2212341701434710014337
Binary10010001100111001111011000111001111000000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919C01; }

 p { color: rgb(145,156,1); }

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

<style>
 a { background-color: #919C01; }

 a { background-color: rgb(145,156,1); }

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

<style>
 span { border-color: #919C01; }

 span { border-color: rgb(145,156,1); }

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