Html Css Color HEX #9CB138 Limerick

📋 copy color: '#9CB138'

red 156 ◦ green 177 ◦ blue 56

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

Shades of Limerick #9CB138

Tints of Limerick #9CB138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 40.1%
G = 45.5%
B = 14.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#9CB138 (or 0x9CB138) is known color: Limerick. HEX triplet: 9C, B1 and 38. RGB value is (156,177,56). Sum of RGB (Red+Green+Blue) = 156+177+56=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB138 is #634EC7. Grayscale: #9D9D9D. Windows color (decimal): -6508232 or 3715484. OLE color: 3715484.

HSL color Cylindrical-coordinate representation of color #9CB138: hue angle of 70.41º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CB138 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 56 -
CMYK 0.12 0 0.68 0.31
HSL 70.41º 0.52% 0.46% -
HSV(B) 70.41º 0.68% 0.69% -
XYZ 30.15 38.8 9.64 -
YUV 156.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 156 177 56 0.12 0 0.68 0.31 70.41 0.52 0.46
Hex 9C B1 38 C 0 44 1F 46 34 2E
Octal 234 261 70 14 0 104 37 106 64 56
Binary 10011100 10110001 111000 1100 0 1000100 11111 1000110 110100 101110

Color Harmonies of #9CB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB138

Black with #9CB138

Text Example


Text Example

White with #9CB138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,56); }

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

background-color css

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

 a { background-color: rgb(156,177,56); }

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

border-color css

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

 span { border-color: rgb(156,177,56); }

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