Html Css Color HEX #90B409 Citrus

📋 copy color: '#90B409'

red 144 ◦ green 180 ◦ blue 9

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

Shades of Citrus #90B409

Tints of Citrus #90B409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.7%

R = 43.24%
G = 54.05%
B = 2.7%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#90B409 (or 0x90B409) is known color: Citrus. HEX triplet: 90, B4 and 09. RGB value is (144,180,9). Sum of RGB (Red+Green+Blue) = 144+180+9=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #90B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B409 is #6F4BF6. Grayscale: #969696. Windows color (decimal): -7293943 or 636048. OLE color: 636048.

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

Color convert

RGB 144 180 9 -
CMYK 0.2 0 0.95 0.29
HSL 72.63º 0.9% 0.37% -
HSV(B) 72.63º 0.95% 0.71% -
XYZ 27.87 38.59 6.24 -
YUV 149.74 48.57 123.9 -
System Red Green Blue C M Y K H S L
Decimal 144 180 9 0.2 0 0.95 0.29 72.63 0.9 0.37
Hex 90 B4 9 14 0 5F 1D 49 5A 25
Octal 220 264 11 24 0 137 35 111 132 45
Binary 10010000 10110100 1001 10100 0 1011111 11101 1001001 1011010 100101

Color Harmonies of #90B409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B409

Black with #90B409

Text Example


Text Example

White with #90B409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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