Html Css Color HEX #9BC520 Bahia

📋 copy color: '#9BC520'

red 155 ◦ green 197 ◦ blue 32

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

Shades of Bahia #9BC520

Tints of Bahia #9BC520

RGB

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

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

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

R = 40.36%
G = 51.3%
B = 8.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#9BC520 (or 0x9BC520) is known color: Bahia. HEX triplet: 9B, C5 and 20. RGB value is (155,197,32). Sum of RGB (Red+Green+Blue) = 155+197+32=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC520 is #643ADF. Grayscale: #A6A6A6. Windows color (decimal): -6568672 or 2147739. OLE color: 2147739.

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

Color convert

RGB 155 197 32 -
CMYK 0.21 0 0.84 0.23
HSL 75.27º 0.72% 0.45% -
HSV(B) 75.27º 0.84% 0.77% -
XYZ 33.74 47.01 8.66 -
YUV 165.63 52.59 120.42 -
System Red Green Blue C M Y K H S L
Decimal 155 197 32 0.21 0 0.84 0.23 75.27 0.72 0.45
Hex 9B C5 20 15 0 54 17 4B 48 2D
Octal 233 305 40 25 0 124 27 113 110 55
Binary 10011011 11000101 100000 10101 0 1010100 10111 1001011 1001000 101101

Color Harmonies of #9BC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC520

Black with #9BC520

Text Example


Text Example

White with #9BC520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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