Html Css Color HEX #9BBA11 Citrus

📋 copy color: '#9BBA11'

red 155 ◦ green 186 ◦ blue 17

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

Shades of Citrus #9BBA11

Tints of Citrus #9BBA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 43.3%
G = 51.96%
B = 4.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#9BBA11 (or 0x9BBA11) is known color: Citrus. HEX triplet: 9B, BA and 11. RGB value is (155,186,17). Sum of RGB (Red+Green+Blue) = 155+186+17=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA11 is #6445EE. Grayscale: #9E9E9E. Windows color (decimal): -6571503 or 1161883. OLE color: 1161883.

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

Color convert

RGB 155 186 17 -
CMYK 0.17 0 0.91 0.27
HSL 71.01º 0.83% 0.4% -
HSV(B) 71.01º 0.91% 0.73% -
XYZ 31.18 42.13 7.02 -
YUV 157.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 155 186 17 0.17 0 0.91 0.27 71.01 0.83 0.4
Hex 9B BA 11 11 0 5B 1B 47 53 28
Octal 233 272 21 21 0 133 33 107 123 50
Binary 10011011 10111010 10001 10001 0 1011011 11011 1000111 1010011 101000

Color Harmonies of #9BBA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA11

Black with #9BBA11

Text Example


Text Example

White with #9BBA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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