Html Css Color HEX #90B300 Citrus

📋 copy color: '#90B300'

red 144 ◦ green 179 ◦ blue 0

#90B300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #90B300

Tints of Citrus #90B300

RGB

 RED value IS 144 (56.64% from 255) = 44.58%

 GREEN value IS 179 (70.31% from 255) = 55.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.58%
G = 55.42%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#90B300 (or 0x90B300) is known color: Citrus. HEX triplet: 90, B3 and 00. RGB value is (144,179,0). Sum of RGB (Red+Green+Blue) = 144+179+0=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #90B300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B300 is #6F4CFF. Grayscale: #949494. Windows color (decimal): -7294208 or 45968. OLE color: 45968.

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

Color convert

RGB 144 179 0 -
CMYK 0.20 0 1 0.30
HSL 71.73º 1% 0.35% -
HSV(B) 71.73º 1% 0.7% -
XYZ 27.62 38.17 5.91 -
YUV 148.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 144 179 0 0.20 0 1 0.30 71.73 1 0.35
Hex 90 B3 0 14 0 64 1E 48 64 23
Octal 220 263 0 24 0 144 36 110 144 43
Binary 10010000 10110011 0 10100 0 1100100 11110 1001000 1100100 100011

Color Harmonies of #90B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B300

Black with #90B300

Text Example


Text Example

White with #90B300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90B300;
 }
 .AnyTagClassName
 {
   color: #90B300;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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