Html Css Color HEX #9BC620 Bahia

📋 copy color: '#9BC620'

red 155 ◦ green 198 ◦ blue 32

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

Shades of Bahia #9BC620

Tints of Bahia #9BC620

RGB

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

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

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

R = 40.26%
G = 51.43%
B = 8.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#9BC620 (or 0x9BC620) is known color: Bahia. HEX triplet: 9B, C6 and 20. RGB value is (155,198,32). Sum of RGB (Red+Green+Blue) = 155+198+32=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC620 is #6439DF. Grayscale: #A6A6A6. Windows color (decimal): -6568416 or 2147995. OLE color: 2147995.

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

Color convert

RGB 155 198 32 -
CMYK 0.22 0 0.84 0.22
HSL 75.54º 0.72% 0.45% -
HSV(B) 75.54º 0.84% 0.78% -
XYZ 33.97 47.46 8.74 -
YUV 166.22 52.25 120 -
System Red Green Blue C M Y K H S L
Decimal 155 198 32 0.22 0 0.84 0.22 75.54 0.72 0.45
Hex 9B C6 20 16 0 54 16 4C 48 2D
Octal 233 306 40 26 0 124 26 114 110 55
Binary 10011011 11000110 100000 10110 0 1010100 10110 1001100 1001000 101101

Color Harmonies of #9BC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC620

Black with #9BC620

Text Example


Text Example

White with #9BC620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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