#90B30D

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

Shades of Citrus #90B30D

Tints of Citrus #90B30D

Color information

#90B30D (or 0x90B30D) is unknown color: approx Citrus. HEX triplet: 90, B3 and 0D. RGB value is (144,179,13). Sum of RGB (Red+Green+Blue) = 144+179+13=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #90B30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B30D is #6F4CF2. Grayscale: #969696. Windows color (decimal): -7294195 or 897936. OLE color: 897936.

HSL color Cylindrical-coordinate representation of color #90B30D: hue angle of 72.65º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90B30D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB14417913-
CMYK0.2000.930.30
HSL72.65º86.46%37.65%-
HSV(B)72.65º92.74%70.2%-
XYZ27.6938.26.29-
YUV149.6150.9124-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 179 (70.31% from 255) = 53.27%
BLUE value IS 13 (5.47% from 255) = 3.87%
R=42.86%
G=53.27%
B=3.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144179130.2000.930.3072.6586.4637.65
Hex90B3D1405D1E495626
Octal220263152401353611112646
Binary1001000010110011110110100010111011111010010011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,13); }

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

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

 a { background-color: rgb(144,179,13); }

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

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

 span { border-color: rgb(144,179,13); }

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