Html Css Color HEX #9CB334 Limerick

📋 copy color: '#9CB334'

red 156 ◦ green 179 ◦ blue 52

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

Shades of Limerick #9CB334

Tints of Limerick #9CB334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.44%

R = 40.31%
G = 46.25%
B = 13.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#9CB334 (or 0x9CB334) is known color: Limerick. HEX triplet: 9C, B3 and 34. RGB value is (156,179,52). Sum of RGB (Red+Green+Blue) = 156+179+52=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB334 is #634CCB. Grayscale: #9E9E9E. Windows color (decimal): -6507724 or 3453852. OLE color: 3453852.

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

Color convert

RGB 156 179 52 -
CMYK 0.13 0 0.71 0.30
HSL 70.87º 0.55% 0.45% -
HSV(B) 70.87º 0.71% 0.7% -
XYZ 30.45 39.56 9.28 -
YUV 157.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 156 179 52 0.13 0 0.71 0.30 70.87 0.55 0.45
Hex 9C B3 34 D 0 47 1E 47 37 2D
Octal 234 263 64 15 0 107 36 107 67 55
Binary 10011100 10110011 110100 1101 0 1000111 11110 1000111 110111 101101

Color Harmonies of #9CB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB334

Black with #9CB334

Text Example


Text Example

White with #9CB334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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