Html Css Color HEX #90B80E Citrus

📋 copy color: '#90B80E'

red 144 ◦ green 184 ◦ blue 14

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

Shades of Citrus #90B80E

Tints of Citrus #90B80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.8%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 42.11%
G = 53.8%
B = 4.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#90B80E (or 0x90B80E) is known color: Citrus. HEX triplet: 90, B8 and 0E. RGB value is (144,184,14). Sum of RGB (Red+Green+Blue) = 144+184+14=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #90B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B80E is #6F47F1. Grayscale: #999999. Windows color (decimal): -7292914 or 964752. OLE color: 964752.

HSL color Cylindrical-coordinate representation of color #90B80E: hue angle of 74.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90B80E is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 144 184 14 -
CMYK 0.22 0 0.92 0.28
HSL 74.12º 0.86% 0.39% -
HSV(B) 74.12º 0.92% 0.72% -
XYZ 28.72 40.24 6.67 -
YUV 152.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 144 184 14 0.22 0 0.92 0.28 74.12 0.86 0.39
Hex 90 B8 E 16 0 5C 1C 4A 56 27
Octal 220 270 16 26 0 134 34 112 126 47
Binary 10010000 10111000 1110 10110 0 1011100 11100 1001010 1010110 100111

Color Harmonies of #90B80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B80E

Black with #90B80E

Text Example


Text Example

White with #90B80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,184,14); }

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

background-color css

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

 a { background-color: rgb(144,184,14); }

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

border-color css

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

 span { border-color: rgb(144,184,14); }

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