Html Css Color HEX #9CA83C Limerick

📋 copy color: '#9CA83C'

red 156 ◦ green 168 ◦ blue 60

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

Shades of Limerick #9CA83C

Tints of Limerick #9CA83C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.75%

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 40.63%
G = 43.75%
B = 15.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#9CA83C (or 0x9CA83C) is known color: Limerick. HEX triplet: 9C, A8 and 3C. RGB value is (156,168,60). Sum of RGB (Red+Green+Blue) = 156+168+60=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA83C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA83C is #6357C3. Grayscale: #989898. Windows color (decimal): -6510532 or 3975324. OLE color: 3975324.

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

Color convert

RGB 156 168 60 -
CMYK 0.07 0 0.64 0.34
HSL 66.67º 0.47% 0.45% -
HSV(B) 66.67º 0.64% 0.66% -
XYZ 28.53 35.4 9.6 -
YUV 152.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 156 168 60 0.07 0 0.64 0.34 66.67 0.47 0.45
Hex 9C A8 3C 7 0 40 22 43 2F 2D
Octal 234 250 74 7 0 100 42 103 57 55
Binary 10011100 10101000 111100 111 0 1000000 100010 1000011 101111 101101

Color Harmonies of #9CA83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA83C

Black with #9CA83C

Text Example


Text Example

White with #9CA83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,168,60); }

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

background-color css

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

 a { background-color: rgb(156,168,60); }

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

border-color css

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

 span { border-color: rgb(156,168,60); }

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