Html Css Color HEX #9BBF11 Citrus

📋 copy color: '#9BBF11'

red 155 ◦ green 191 ◦ blue 17

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

Shades of Citrus #9BBF11

Tints of Citrus #9BBF11

RGB

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

 GREEN value IS 191 (75% from 255) = 52.62%

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

R = 42.7%
G = 52.62%
B = 4.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#9BBF11 (or 0x9BBF11) is known color: Citrus. HEX triplet: 9B, BF and 11. RGB value is (155,191,17). Sum of RGB (Red+Green+Blue) = 155+191+17=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBF11 is #6440EE. Grayscale: #A1A1A1. Windows color (decimal): -6570223 or 1163163. OLE color: 1163163.

HSL color Cylindrical-coordinate representation of color #9BBF11: hue angle of 72.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BBF11 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 17 -
CMYK 0.19 0 0.91 0.25
HSL 72.41º 0.84% 0.41% -
HSV(B) 72.41º 0.91% 0.75% -
XYZ 32.25 44.27 7.38 -
YUV 160.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 155 191 17 0.19 0 0.91 0.25 72.41 0.84 0.41
Hex 9B BF 11 13 0 5B 19 48 54 29
Octal 233 277 21 23 0 133 31 110 124 51
Binary 10011011 10111111 10001 10011 0 1011011 11001 1001000 1010100 101001

Color Harmonies of #9BBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF11

Black with #9BBF11

Text Example


Text Example

White with #9BBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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