Html Css Color HEX #9BBA16 Citrus

📋 copy color: '#9BBA16'

red 155 ◦ green 186 ◦ blue 22

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

Shades of Citrus #9BBA16

Tints of Citrus #9BBA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.24%

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

R = 42.7%
G = 51.24%
B = 6.06%

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

#9BBA16 (or 0x9BBA16) is known color: Citrus. HEX triplet: 9B, BA and 16. RGB value is (155,186,22). Sum of RGB (Red+Green+Blue) = 155+186+22=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA16 is #6445E9. Grayscale: #9E9E9E. Windows color (decimal): -6571498 or 1489563. OLE color: 1489563.

HSL color Cylindrical-coordinate representation of color #9BBA16: hue angle of 71.34º 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 #9BBA16 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 186 22 -
CMYK 0.17 0 0.88 0.27
HSL 71.34º 0.79% 0.41% -
HSV(B) 71.34º 0.88% 0.73% -
XYZ 31.22 42.14 7.25 -
YUV 158.04 51.23 125.84 -
System Red Green Blue C M Y K H S L
Decimal 155 186 22 0.17 0 0.88 0.27 71.34 0.79 0.41
Hex 9B BA 16 11 0 58 1B 47 4F 29
Octal 233 272 26 21 0 130 33 107 117 51
Binary 10011011 10111010 10110 10001 0 1011000 11011 1000111 1001111 101001

Color Harmonies of #9BBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA16

Black with #9BBA16

Text Example


Text Example

White with #9BBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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