Html Css Color HEX #90B604 Citrus

📋 copy color: '#90B604'

red 144 ◦ green 182 ◦ blue 4

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

Shades of Citrus #90B604

Tints of Citrus #90B604

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.15%

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

R = 43.64%
G = 55.15%
B = 1.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#90B604 (or 0x90B604) is known color: Citrus. HEX triplet: 90, B6 and 04. RGB value is (144,182,4). Sum of RGB (Red+Green+Blue) = 144+182+4=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #90B604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B604 is #6F49FB. Grayscale: #979797. Windows color (decimal): -7293436 or 308880. OLE color: 308880.

HSL color Cylindrical-coordinate representation of color #90B604: hue angle of 72.81º 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 #90B604 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 182 4 -
CMYK 0.21 0 0.98 0.29
HSL 72.81º 0.96% 0.36% -
HSV(B) 72.81º 0.98% 0.71% -
XYZ 28.25 39.39 6.23 -
YUV 150.35 45.41 123.47 -
System Red Green Blue C M Y K H S L
Decimal 144 182 4 0.21 0 0.98 0.29 72.81 0.96 0.36
Hex 90 B6 4 15 0 62 1D 49 60 24
Octal 220 266 4 25 0 142 35 111 140 44
Binary 10010000 10110110 100 10101 0 1100010 11101 1001001 1100000 100100

Color Harmonies of #90B604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B604

Black with #90B604

Text Example


Text Example

White with #90B604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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