Html Css Color HEX #90B804 Citrus

📋 copy color: '#90B804'

red 144 ◦ green 184 ◦ blue 4

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

Shades of Citrus #90B804

Tints of Citrus #90B804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 43.37%
G = 55.42%
B = 1.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#90B804 (or 0x90B804) is known color: Citrus. HEX triplet: 90, B8 and 04. RGB value is (144,184,4). Sum of RGB (Red+Green+Blue) = 144+184+4=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #90B804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B804 is #6F47FB. Grayscale: #989898. Windows color (decimal): -7292924 or 309392. OLE color: 309392.

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

Color convert

RGB 144 184 4 -
CMYK 0.22 0 0.98 0.28
HSL 73.33º 0.96% 0.37% -
HSV(B) 73.33º 0.98% 0.72% -
XYZ 28.66 40.22 6.37 -
YUV 151.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 144 184 4 0.22 0 0.98 0.28 73.33 0.96 0.37
Hex 90 B8 4 16 0 62 1C 49 60 25
Octal 220 270 4 26 0 142 34 111 140 45
Binary 10010000 10111000 100 10110 0 1100010 11100 1001001 1100000 100101

Color Harmonies of #90B804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B804

Black with #90B804

Text Example


Text Example

White with #90B804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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