Html Css Color HEX #9BBB16 Citrus

📋 copy color: '#9BBB16'

red 155 ◦ green 187 ◦ blue 22

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

Shades of Citrus #9BBB16

Tints of Citrus #9BBB16

RGB

 RED value IS 155 (60.94% from 255) = 42.58%

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

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 42.58%
G = 51.37%
B = 6.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#9BBB16 (or 0x9BBB16) is known color: Citrus. HEX triplet: 9B, BB and 16. RGB value is (155,187,22). Sum of RGB (Red+Green+Blue) = 155+187+22=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBB16 is #6444E9. Grayscale: #9F9F9F. Windows color (decimal): -6571242 or 1489819. OLE color: 1489819.

HSL color Cylindrical-coordinate representation of color #9BBB16: hue angle of 71.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BBB16 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 22 -
CMYK 0.17 0 0.88 0.27
HSL 71.64º 0.79% 0.41% -
HSV(B) 71.64º 0.88% 0.73% -
XYZ 31.43 42.57 7.32 -
YUV 158.62 50.9 125.42 -
System Red Green Blue C M Y K H S L
Decimal 155 187 22 0.17 0 0.88 0.27 71.64 0.79 0.41
Hex 9B BB 16 11 0 58 1B 48 4F 29
Octal 233 273 26 21 0 130 33 110 117 51
Binary 10011011 10111011 10110 10001 0 1011000 11011 1001000 1001111 101001

Color Harmonies of #9BBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB16

Black with #9BBB16

Text Example


Text Example

White with #9BBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BBB16; }

 p { color: rgb(155,187,22); }

 H1.HeaderClassName
 {
   color: #9BBB16;
 }
 .AnyTagClassName
 {
   color: #9BBB16;
 }
</style>

background-color css

<style>
 a { background-color: #9BBB16; }

 a { background-color: rgb(155,187,22); }

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

border-color css

<style>
 span { border-color: #9BBB16; }

 span { border-color: rgb(155,187,22); }

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