Html Css Color HEX #90B404 Citrus

📋 copy color: '#90B404'

red 144 ◦ green 180 ◦ blue 4

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

Shades of Citrus #90B404

Tints of Citrus #90B404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.88%

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

R = 43.9%
G = 54.88%
B = 1.22%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#90B404 (or 0x90B404) is known color: Citrus. HEX triplet: 90, B4 and 04. RGB value is (144,180,4). Sum of RGB (Red+Green+Blue) = 144+180+4=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #90B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B404 is #6F4BFB. Grayscale: #959595. Windows color (decimal): -7293948 or 308368. OLE color: 308368.

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

Color convert

RGB 144 180 4 -
CMYK 0.2 0 0.98 0.29
HSL 72.27º 0.96% 0.36% -
HSV(B) 72.27º 0.98% 0.71% -
XYZ 27.84 38.58 6.09 -
YUV 149.17 46.07 124.31 -
System Red Green Blue C M Y K H S L
Decimal 144 180 4 0.2 0 0.98 0.29 72.27 0.96 0.36
Hex 90 B4 4 14 0 62 1D 48 60 24
Octal 220 264 4 24 0 142 35 110 140 44
Binary 10010000 10110100 100 10100 0 1100010 11101 1001000 1100000 100100

Color Harmonies of #90B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B404

Black with #90B404

Text Example


Text Example

White with #90B404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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