Html Css Color HEX #9CA934 Limerick

📋 copy color: '#9CA934'

red 156 ◦ green 169 ◦ blue 52

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

Shades of Limerick #9CA934

Tints of Limerick #9CA934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.83%

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

R = 41.38%
G = 44.83%
B = 13.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#9CA934 (or 0x9CA934) is known color: Limerick. HEX triplet: 9C, A9 and 34. RGB value is (156,169,52). Sum of RGB (Red+Green+Blue) = 156+169+52=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA934 is #6356CB. Grayscale: #989898. Windows color (decimal): -6510284 or 3451292. OLE color: 3451292.

HSL color Cylindrical-coordinate representation of color #9CA934: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CA934 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 169 52 -
CMYK 0.08 0 0.69 0.34
HSL 66.67º 0.53% 0.43% -
HSV(B) 66.67º 0.69% 0.66% -
XYZ 28.52 35.69 8.63 -
YUV 151.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 156 169 52 0.08 0 0.69 0.34 66.67 0.53 0.43
Hex 9C A9 34 8 0 45 22 43 35 2B
Octal 234 251 64 10 0 105 42 103 65 53
Binary 10011100 10101001 110100 1000 0 1000101 100010 1000011 110101 101011

Color Harmonies of #9CA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA934

Black with #9CA934

Text Example


Text Example

White with #9CA934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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