Html Css Color HEX #90B200 Citrus

📋 copy color: '#90B200'

red 144 ◦ green 178 ◦ blue 0

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

Shades of Citrus #90B200

Tints of Citrus #90B200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.28%

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

R = 44.72%
G = 55.28%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#90B200 (or 0x90B200) is known color: Citrus. HEX triplet: 90, B2 and 00. RGB value is (144,178,0). Sum of RGB (Red+Green+Blue) = 144+178+0=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #90B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B200 is #6F4DFF. Grayscale: #949494. Windows color (decimal): -7294464 or 45712. OLE color: 45712.

HSL color Cylindrical-coordinate representation of color #90B200: hue angle of 71.46º 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 #90B200 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 178 0 -
CMYK 0.19 0 1 0.30
HSL 71.46º 1% 0.35% -
HSV(B) 71.46º 1% 0.7% -
XYZ 27.42 37.77 5.85 -
YUV 147.54 44.74 125.47 -
System Red Green Blue C M Y K H S L
Decimal 144 178 0 0.19 0 1 0.30 71.46 1 0.35
Hex 90 B2 0 13 0 64 1E 47 64 23
Octal 220 262 0 23 0 144 36 107 144 43
Binary 10010000 10110010 0 10011 0 1100100 11110 1000111 1100100 100011

Color Harmonies of #90B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B200

Black with #90B200

Text Example


Text Example

White with #90B200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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