Html Css Color HEX #9BB220 Bahia

📋 copy color: '#9BB220'

red 155 ◦ green 178 ◦ blue 32

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

Shades of Bahia #9BB220

Tints of Bahia #9BB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.77%

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

R = 42.47%
G = 48.77%
B = 8.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#9BB220 (or 0x9BB220) is known color: Bahia. HEX triplet: 9B, B2 and 20. RGB value is (155,178,32). Sum of RGB (Red+Green+Blue) = 155+178+32=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB220 is #644DDF. Grayscale: #9B9B9B. Windows color (decimal): -6573536 or 2142875. OLE color: 2142875.

HSL color Cylindrical-coordinate representation of color #9BB220: hue angle of 69.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9BB220 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 178 32 -
CMYK 0.13 0 0.82 0.30
HSL 69.45º 0.7% 0.41% -
HSV(B) 69.45º 0.82% 0.7% -
XYZ 29.7 38.91 7.31 -
YUV 154.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 155 178 32 0.13 0 0.82 0.30 69.45 0.7 0.41
Hex 9B B2 20 D 0 52 1E 45 46 29
Octal 233 262 40 15 0 122 36 105 106 51
Binary 10011011 10110010 100000 1101 0 1010010 11110 1000101 1000110 101001

Color Harmonies of #9BB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB220

Black with #9BB220

Text Example


Text Example

White with #9BB220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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