Html Css Color HEX #90BD0B Citrus

📋 copy color: '#90BD0B'

red 144 ◦ green 189 ◦ blue 11

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

Shades of Citrus #90BD0B

Tints of Citrus #90BD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.94%

 BLUE value IS 11 (4.69% from 255) = 3.2%

R = 41.86%
G = 54.94%
B = 3.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#90BD0B (or 0x90BD0B) is known color: Citrus. HEX triplet: 90, BD and 0B. RGB value is (144,189,11). Sum of RGB (Red+Green+Blue) = 144+189+11=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD0B is #6F42F4. Grayscale: #9B9B9B. Windows color (decimal): -7291637 or 769424. OLE color: 769424.

HSL color Cylindrical-coordinate representation of color #90BD0B: hue angle of 75.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90BD0B is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 189 11 -
CMYK 0.24 0 0.94 0.26
HSL 75.17º 0.89% 0.39% -
HSV(B) 75.17º 0.94% 0.74% -
XYZ 29.76 42.35 6.92 -
YUV 155.25 46.59 119.97 -
System Red Green Blue C M Y K H S L
Decimal 144 189 11 0.24 0 0.94 0.26 75.17 0.89 0.39
Hex 90 BD B 18 0 5E 1A 4B 59 27
Octal 220 275 13 30 0 136 32 113 131 47
Binary 10010000 10111101 1011 11000 0 1011110 11010 1001011 1011001 100111

Color Harmonies of #90BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BD0B

Black with #90BD0B

Text Example


Text Example

White with #90BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,189,11); }

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

background-color css

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

 a { background-color: rgb(144,189,11); }

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

border-color css

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

 span { border-color: rgb(144,189,11); }

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