Html Css Color HEX #9CB52B Limerick

📋 copy color: '#9CB52B'

red 156 ◦ green 181 ◦ blue 43

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

Shades of Limerick #9CB52B

Tints of Limerick #9CB52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 43 (17.19% from 255) = 11.32%

R = 41.05%
G = 47.63%
B = 11.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#9CB52B (or 0x9CB52B) is known color: Limerick. HEX triplet: 9C, B5 and 2B. RGB value is (156,181,43). Sum of RGB (Red+Green+Blue) = 156+181+43=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB52B is #634AD4. Grayscale: #9E9E9E. Windows color (decimal): -6507221 or 2864540. OLE color: 2864540.

HSL color Cylindrical-coordinate representation of color #9CB52B: hue angle of 70.87º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CB52B is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 181 43 -
CMYK 0.14 0 0.76 0.29
HSL 70.87º 0.62% 0.44% -
HSV(B) 70.87º 0.76% 0.71% -
XYZ 30.67 40.29 8.45 -
YUV 157.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 156 181 43 0.14 0 0.76 0.29 70.87 0.62 0.44
Hex 9C B5 2B E 0 4C 1D 47 3E 2C
Octal 234 265 53 16 0 114 35 107 76 54
Binary 10011100 10110101 101011 1110 0 1001100 11101 1000111 111110 101100

Color Harmonies of #9CB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB52B

Black with #9CB52B

Text Example


Text Example

White with #9CB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,181,43); }

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

background-color css

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

 a { background-color: rgb(156,181,43); }

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

border-color css

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

 span { border-color: rgb(156,181,43); }

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