Html Css Color HEX #90BB0D Citrus

📋 copy color: '#90BB0D'

red 144 ◦ green 187 ◦ blue 13

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

Shades of Citrus #90BB0D

Tints of Citrus #90BB0D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.36%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 41.86%
G = 54.36%
B = 3.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#90BB0D (or 0x90BB0D) is known color: Citrus. HEX triplet: 90, BB and 0D. RGB value is (144,187,13). Sum of RGB (Red+Green+Blue) = 144+187+13=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BB0D is #6F44F2. Grayscale: #9A9A9A. Windows color (decimal): -7292147 or 899984. OLE color: 899984.

HSL color Cylindrical-coordinate representation of color #90BB0D: hue angle of 74.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90BB0D is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 187 13 -
CMYK 0.23 0 0.93 0.27
HSL 74.83º 0.87% 0.39% -
HSV(B) 74.83º 0.93% 0.73% -
XYZ 29.34 41.5 6.84 -
YUV 154.31 48.25 120.65 -
System Red Green Blue C M Y K H S L
Decimal 144 187 13 0.23 0 0.93 0.27 74.83 0.87 0.39
Hex 90 BB D 17 0 5D 1B 4B 57 27
Octal 220 273 15 27 0 135 33 113 127 47
Binary 10010000 10111011 1101 10111 0 1011101 11011 1001011 1010111 100111

Color Harmonies of #90BB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BB0D

Black with #90BB0D

Text Example


Text Example

White with #90BB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,187,13); }

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

background-color css

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

 a { background-color: rgb(144,187,13); }

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

border-color css

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

 span { border-color: rgb(144,187,13); }

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