Html Css Color HEX #9BC519 Bahia

📋 copy color: '#9BC519'

red 155 ◦ green 197 ◦ blue 25

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

Shades of Bahia #9BC519

Tints of Bahia #9BC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.25%

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 41.11%
G = 52.25%
B = 6.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#9BC519 (or 0x9BC519) is known color: Bahia. HEX triplet: 9B, C5 and 19. RGB value is (155,197,25). Sum of RGB (Red+Green+Blue) = 155+197+25=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC519 is #643AE6. Grayscale: #A5A5A5. Windows color (decimal): -6568679 or 1688987. OLE color: 1688987.

HSL color Cylindrical-coordinate representation of color #9BC519: hue angle of 74.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BC519 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 197 25 -
CMYK 0.21 0 0.87 0.23
HSL 74.65º 0.77% 0.44% -
HSV(B) 74.65º 0.87% 0.77% -
XYZ 33.66 46.97 8.21 -
YUV 164.83 49.09 120.99 -
System Red Green Blue C M Y K H S L
Decimal 155 197 25 0.21 0 0.87 0.23 74.65 0.77 0.44
Hex 9B C5 19 15 0 57 17 4B 4D 2C
Octal 233 305 31 25 0 127 27 113 115 54
Binary 10011011 11000101 11001 10101 0 1010111 10111 1001011 1001101 101100

Color Harmonies of #9BC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC519

Black with #9BC519

Text Example


Text Example

White with #9BC519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,197,25); }

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

background-color css

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

 a { background-color: rgb(155,197,25); }

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

border-color css

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

 span { border-color: rgb(155,197,25); }

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