Html Css Color HEX #9CB32E Limerick

📋 copy color: '#9CB32E'

red 156 ◦ green 179 ◦ blue 46

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

Shades of Limerick #9CB32E

Tints of Limerick #9CB32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 40.94%
G = 46.98%
B = 12.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#9CB32E (or 0x9CB32E) is known color: Limerick. HEX triplet: 9C, B3 and 2E. RGB value is (156,179,46). Sum of RGB (Red+Green+Blue) = 156+179+46=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB32E is #634CD1. Grayscale: #9D9D9D. Windows color (decimal): -6507730 or 3060636. OLE color: 3060636.

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

Color convert

RGB 156 179 46 -
CMYK 0.13 0 0.74 0.30
HSL 70.38º 0.59% 0.44% -
HSV(B) 70.38º 0.74% 0.7% -
XYZ 30.32 39.51 8.61 -
YUV 156.96 65.38 127.31 -
System Red Green Blue C M Y K H S L
Decimal 156 179 46 0.13 0 0.74 0.30 70.38 0.59 0.44
Hex 9C B3 2E D 0 4A 1E 46 3B 2C
Octal 234 263 56 15 0 112 36 106 73 54
Binary 10011100 10110011 101110 1101 0 1001010 11110 1000110 111011 101100

Color Harmonies of #9CB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB32E

Black with #9CB32E

Text Example


Text Example

White with #9CB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,46); }

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

background-color css

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

 a { background-color: rgb(156,179,46); }

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

border-color css

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

 span { border-color: rgb(156,179,46); }

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