Html Css Color HEX #9BC117 Bahia

📋 copy color: '#9BC117'

red 155 ◦ green 193 ◦ blue 23

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

Shades of Bahia #9BC117

Tints of Bahia #9BC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.02%

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 41.78%
G = 52.02%
B = 6.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#9BC117 (or 0x9BC117) is known color: Bahia. HEX triplet: 9B, C1 and 17. RGB value is (155,193,23). Sum of RGB (Red+Green+Blue) = 155+193+23=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC117 is #643EE8. Grayscale: #A2A2A2. Windows color (decimal): -6569705 or 1556891. OLE color: 1556891.

HSL color Cylindrical-coordinate representation of color #9BC117: hue angle of 73.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BC117 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 193 23 -
CMYK 0.20 0 0.88 0.24
HSL 73.41º 0.79% 0.42% -
HSV(B) 73.41º 0.88% 0.76% -
XYZ 32.74 45.17 7.8 -
YUV 162.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 155 193 23 0.20 0 0.88 0.24 73.41 0.79 0.42
Hex 9B C1 17 14 0 58 18 49 4F 2A
Octal 233 301 27 24 0 130 30 111 117 52
Binary 10011011 11000001 10111 10100 0 1011000 11000 1001001 1001111 101010

Color Harmonies of #9BC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC117

Black with #9BC117

Text Example


Text Example

White with #9BC117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,193,23); }

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

background-color css

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

 a { background-color: rgb(155,193,23); }

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

border-color css

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

 span { border-color: rgb(155,193,23); }

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