Html Css Color HEX #9BC617 Bahia

📋 copy color: '#9BC617'

red 155 ◦ green 198 ◦ blue 23

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

Shades of Bahia #9BC617

Tints of Bahia #9BC617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.66%

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

R = 41.22%
G = 52.66%
B = 6.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#9BC617 (or 0x9BC617) is known color: Bahia. HEX triplet: 9B, C6 and 17. RGB value is (155,198,23). Sum of RGB (Red+Green+Blue) = 155+198+23=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC617 is #6439E8. Grayscale: #A5A5A5. Windows color (decimal): -6568425 or 1558171. OLE color: 1558171.

HSL color Cylindrical-coordinate representation of color #9BC617: hue angle of 74.74º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BC617 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 23 -
CMYK 0.22 0 0.88 0.22
HSL 74.74º 0.79% 0.43% -
HSV(B) 74.74º 0.88% 0.78% -
XYZ 33.87 47.42 8.18 -
YUV 165.19 47.75 120.73 -
System Red Green Blue C M Y K H S L
Decimal 155 198 23 0.22 0 0.88 0.22 74.74 0.79 0.43
Hex 9B C6 17 16 0 58 16 4B 4F 2B
Octal 233 306 27 26 0 130 26 113 117 53
Binary 10011011 11000110 10111 10110 0 1011000 10110 1001011 1001111 101011

Color Harmonies of #9BC617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC617

Black with #9BC617

Text Example


Text Example

White with #9BC617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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