#919D0D

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

Shades of Citron #919D0D

Tints of Citron #919D0D

Color information

#919D0D (or 0x919D0D) is unknown color: approx Citron. HEX triplet: 91, 9D and 0D. RGB value is (145,157,13). Sum of RGB (Red+Green+Blue) = 145+157+13=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #919D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919D0D is #6E62F2. Grayscale: #898989. Windows color (decimal): -7234291 or 892305. OLE color: 892305.

HSL color Cylindrical-coordinate representation of color #919D0D: hue angle of 65º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #919D0D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB14515713-
CMYK0.0800.920.38
HSL65º84.71%33.33%-
HSV(B)65º91.72%61.57%-
XYZ23.8130.164.95-
YUV13758.02133.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 13 (5.47% from 255) = 4.13%
R=46.03%
G=49.84%
B=4.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145157130.0800.920.386584.7133.33
Hex919DD805C26415521
Octal221235151001344610112541
Binary1001000110011101110110000101110010011010000011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,157,13); }

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

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

 a { background-color: rgb(145,157,13); }

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

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

 span { border-color: rgb(145,157,13); }

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