Html Css Color HEX #9CB235 Limerick

📋 copy color: '#9CB235'

red 156 ◦ green 178 ◦ blue 53

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

Shades of Limerick #9CB235

Tints of Limerick #9CB235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 40.31%
G = 45.99%
B = 13.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#9CB235 (or 0x9CB235) is known color: Limerick. HEX triplet: 9C, B2 and 35. RGB value is (156,178,53). Sum of RGB (Red+Green+Blue) = 156+178+53=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB235 is #634DCA. Grayscale: #9D9D9D. Windows color (decimal): -6507979 or 3519132. OLE color: 3519132.

HSL color Cylindrical-coordinate representation of color #9CB235: hue angle of 70.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CB235 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 178 53 -
CMYK 0.12 0 0.70 0.30
HSL 70.56º 0.54% 0.45% -
HSV(B) 70.56º 0.7% 0.7% -
XYZ 30.27 39.17 9.33 -
YUV 157.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 156 178 53 0.12 0 0.70 0.30 70.56 0.54 0.45
Hex 9C B2 35 C 0 46 1E 47 36 2D
Octal 234 262 65 14 0 106 36 107 66 55
Binary 10011100 10110010 110101 1100 0 1000110 11110 1000111 110110 101101

Color Harmonies of #9CB235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB235

Black with #9CB235

Text Example


Text Example

White with #9CB235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,178,53); }

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

background-color css

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

 a { background-color: rgb(156,178,53); }

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

border-color css

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

 span { border-color: rgb(156,178,53); }

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