Html Css Color HEX #9BC120 Bahia

📋 copy color: '#9BC120'

red 155 ◦ green 193 ◦ blue 32

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

Shades of Bahia #9BC120

Tints of Bahia #9BC120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 40.79%
G = 50.79%
B = 8.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#9BC120 (or 0x9BC120) is known color: Bahia. HEX triplet: 9B, C1 and 20. RGB value is (155,193,32). Sum of RGB (Red+Green+Blue) = 155+193+32=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC120 is #643EDF. Grayscale: #A3A3A3. Windows color (decimal): -6569696 or 2146715. OLE color: 2146715.

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

Color convert

RGB 155 193 32 -
CMYK 0.20 0 0.83 0.24
HSL 74.16º 0.72% 0.44% -
HSV(B) 74.16º 0.83% 0.76% -
XYZ 32.85 45.21 8.36 -
YUV 163.28 53.91 122.09 -
System Red Green Blue C M Y K H S L
Decimal 155 193 32 0.20 0 0.83 0.24 74.16 0.72 0.44
Hex 9B C1 20 14 0 53 18 4A 48 2C
Octal 233 301 40 24 0 123 30 112 110 54
Binary 10011011 11000001 100000 10100 0 1010011 11000 1001010 1001000 101100

Color Harmonies of #9BC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC120

Black with #9BC120

Text Example


Text Example

White with #9BC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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