Html Css Color HEX #9CBB20 Bahia

📋 copy color: '#9CBB20'

red 156 ◦ green 187 ◦ blue 32

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

Shades of Bahia #9CBB20

Tints of Bahia #9CBB20

RGB

 RED value IS 156 (61.33% from 255) = 41.6%

 GREEN value IS 187 (73.44% from 255) = 49.87%

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

R = 41.6%
G = 49.87%
B = 8.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#9CBB20 (or 0x9CBB20) is known color: Bahia. HEX triplet: 9C, BB and 20. RGB value is (156,187,32). Sum of RGB (Red+Green+Blue) = 156+187+32=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBB20 is #6344DF. Grayscale: #A0A0A0. Windows color (decimal): -6505696 or 2145180. OLE color: 2145180.

HSL color Cylindrical-coordinate representation of color #9CBB20: hue angle of 72º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9CBB20 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 32 -
CMYK 0.17 0 0.83 0.27
HSL 72º 0.71% 0.43% -
HSV(B) 72º 0.83% 0.73% -
XYZ 31.74 42.71 7.94 -
YUV 160.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 156 187 32 0.17 0 0.83 0.27 72 0.71 0.43
Hex 9C BB 20 11 0 53 1B 48 47 2B
Octal 234 273 40 21 0 123 33 110 107 53
Binary 10011100 10111011 100000 10001 0 1010011 11011 1001000 1000111 101011

Color Harmonies of #9CBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB20

Black with #9CBB20

Text Example


Text Example

White with #9CBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,32); }

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

background-color css

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

 a { background-color: rgb(156,187,32); }

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

border-color css

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

 span { border-color: rgb(156,187,32); }

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