#90BD00

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

Shades of Citrus #90BD00

Tints of Citrus #90BD00

Color information

#90BD00 (or 0x90BD00) is unknown color: approx Citrus. HEX triplet: 90, BD and 00. RGB value is (144,189,0). Sum of RGB (Red+Green+Blue) = 144+189+0=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD00 is #6F42FF. Grayscale: #9A9A9A. Windows color (decimal): -7291648 or 48528. OLE color: 48528.

HSL color Cylindrical-coordinate representation of color #90BD00: hue angle of 74.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90BD00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1441890-
CMYK0.24010.26
HSL74.29º100%37.06%-
HSV(B)74.29º100%74.12%-
XYZ29.742.326.6-
YUV15441.09120.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 189 (74.22% from 255) = 56.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.24%
G=56.76%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14418900.24010.2674.2910037.06
Hex90BD0180641A4a6425
Octal22027503001443211214445
Binary1001000010111101011000011001001101010010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,0); }

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

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

 a { background-color: rgb(144,189,0); }

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

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

 span { border-color: rgb(144,189,0); }

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