Html Css Color HEX #9CB032 Limerick

📋 copy color: '#9CB032'

red 156 ◦ green 176 ◦ blue 50

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

Shades of Limerick #9CB032

Tints of Limerick #9CB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 40.84%
G = 46.07%
B = 13.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#9CB032 (or 0x9CB032) is known color: Limerick. HEX triplet: 9C, B0 and 32. RGB value is (156,176,50). Sum of RGB (Red+Green+Blue) = 156+176+50=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB032 is #634FCD. Grayscale: #9C9C9C. Windows color (decimal): -6508494 or 3322012. OLE color: 3322012.

HSL color Cylindrical-coordinate representation of color #9CB032: hue angle of 69.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CB032 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 176 50 -
CMYK 0.11 0 0.72 0.31
HSL 69.52º 0.56% 0.44% -
HSV(B) 69.52º 0.72% 0.69% -
XYZ 29.81 38.35 8.85 -
YUV 155.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 156 176 50 0.11 0 0.72 0.31 69.52 0.56 0.44
Hex 9C B0 32 B 0 48 1F 46 38 2C
Octal 234 260 62 13 0 110 37 106 70 54
Binary 10011100 10110000 110010 1011 0 1001000 11111 1000110 111000 101100

Color Harmonies of #9CB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB032

Black with #9CB032

Text Example


Text Example

White with #9CB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,176,50); }

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

background-color css

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

 a { background-color: rgb(156,176,50); }

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

border-color css

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

 span { border-color: rgb(156,176,50); }

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