Html Css Color HEX #90B501 Citrus

📋 copy color: '#90B501'

red 144 ◦ green 181 ◦ blue 1

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

Shades of Citrus #90B501

Tints of Citrus #90B501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.52%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 44.17%
G = 55.52%
B = 0.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#90B501 (or 0x90B501) is known color: Citrus. HEX triplet: 90, B5 and 01. RGB value is (144,181,1). Sum of RGB (Red+Green+Blue) = 144+181+1=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #90B501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B501 is #6F4AFE. Grayscale: #969696. Windows color (decimal): -7293695 or 112016. OLE color: 112016.

HSL color Cylindrical-coordinate representation of color #90B501: hue angle of 72.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90B501 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 181 1 -
CMYK 0.20 0 0.99 0.29
HSL 72.33º 0.99% 0.36% -
HSV(B) 72.33º 0.99% 0.71% -
XYZ 28.03 38.98 6.08 -
YUV 149.42 44.24 124.14 -
System Red Green Blue C M Y K H S L
Decimal 144 181 1 0.20 0 0.99 0.29 72.33 0.99 0.36
Hex 90 B5 1 14 0 63 1D 48 63 24
Octal 220 265 1 24 0 143 35 110 143 44
Binary 10010000 10110101 1 10100 0 1100011 11101 1001000 1100011 100100

Color Harmonies of #90B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B501

Black with #90B501

Text Example


Text Example

White with #90B501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,181,1); }

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

background-color css

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

 a { background-color: rgb(144,181,1); }

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

border-color css

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

 span { border-color: rgb(144,181,1); }

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