#91B70C

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

Shades of Citrus #91B70C

Tints of Citrus #91B70C

Color information

#91B70C (or 0x91B70C) is unknown color: approx Citrus. HEX triplet: 91, B7 and 0C. RGB value is (145,183,12). Sum of RGB (Red+Green+Blue) = 145+183+12=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #91B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91B70C is #6E48F3. Grayscale: #989898. Windows color (decimal): -7227636 or 833425. OLE color: 833425.

HSL color Cylindrical-coordinate representation of color #91B70C: hue angle of 73.33º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91B70C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB14518312-
CMYK0.2100.930.28
HSL73.33º87.69%38.24%-
HSV(B)73.33º93.44%71.76%-
XYZ28.6839.916.54-
YUV152.1448.91122.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 183 (71.88% from 255) = 53.82%
BLUE value IS 12 (5.08% from 255) = 3.53%
R=42.65%
G=53.82%
B=3.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal145183120.2100.930.2873.3387.6938.24
Hex91B7C1505D1C495826
Octal221267142501353411113046
Binary1001000110110111110010101010111011110010010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91B70C; }

 p { color: rgb(145,183,12); }

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

<style>
 a { background-color: #91B70C; }

 a { background-color: rgb(145,183,12); }

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

<style>
 span { border-color: #91B70C; }

 span { border-color: rgb(145,183,12); }

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