#90B70C

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

Shades of Citrus #90B70C

Tints of Citrus #90B70C

Color information

#90B70C (or 0x90B70C) is unknown color: approx Citrus. HEX triplet: 90, B7 and 0C. RGB value is (144,183,12). Sum of RGB (Red+Green+Blue) = 144+183+12=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #90B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B70C is #6F48F3. Grayscale: #989898. Windows color (decimal): -7293172 or 833424. OLE color: 833424.

HSL color Cylindrical-coordinate representation of color #90B70C: hue angle of 73.68º 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 #90B70C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB14418312-
CMYK0.2100.930.28
HSL73.68º87.69%38.24%-
HSV(B)73.68º93.44%71.76%-
XYZ28.539.826.53-
YUV151.8449.08122.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 12 (5.08% from 255) = 3.54%
R=42.48%
G=53.98%
B=3.54%

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
Decimal144183120.2100.930.2873.6887.6938.24
Hex90B7C1505D1C4a5826
Octal220267142501353411213046
Binary1001000010110111110010101010111011110010010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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