Html Css Color HEX #90B310 Citrus

📋 copy color: '#90B310'

red 144 ◦ green 179 ◦ blue 16

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

Shades of Citrus #90B310

Tints of Citrus #90B310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 42.48%
G = 52.8%
B = 4.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#90B310 (or 0x90B310) is known color: Citrus. HEX triplet: 90, B3 and 10. RGB value is (144,179,16). Sum of RGB (Red+Green+Blue) = 144+179+16=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #90B310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B310 is #6F4CEF. Grayscale: #969696. Windows color (decimal): -7294192 or 1094544. OLE color: 1094544.

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

Color convert

RGB 144 179 16 -
CMYK 0.20 0 0.91 0.30
HSL 72.88º 0.84% 0.38% -
HSV(B) 72.88º 0.91% 0.7% -
XYZ 27.72 38.21 6.4 -
YUV 149.95 52.4 123.75 -
System Red Green Blue C M Y K H S L
Decimal 144 179 16 0.20 0 0.91 0.30 72.88 0.84 0.38
Hex 90 B3 10 14 0 5B 1E 49 54 26
Octal 220 263 20 24 0 133 36 111 124 46
Binary 10010000 10110011 10000 10100 0 1011011 11110 1001001 1010100 100110

Color Harmonies of #90B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B310

Black with #90B310

Text Example


Text Example

White with #90B310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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