Html Css Color HEX #9CC056 Olivine

📋 copy color: '#9CC056'

red 156 ◦ green 192 ◦ blue 86

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

Shades of Olivine #9CC056

Tints of Olivine #9CC056

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

 BLUE value IS 86 (33.98% from 255) = 19.82%

R = 35.94%
G = 44.24%
B = 19.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#9CC056 (or 0x9CC056) is known color: Olivine. HEX triplet: 9C, C0 and 56. RGB value is (156,192,86). Sum of RGB (Red+Green+Blue) = 156+192+86=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC056 is #633FA9. Grayscale: #A9A9A9. Windows color (decimal): -6504362 or 5685404. OLE color: 5685404.

HSL color Cylindrical-coordinate representation of color #9CC056: hue angle of 80.38º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CC056 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 86 -
CMYK 0.19 0 0.55 0.25
HSL 80.38º 0.46% 0.55% -
HSV(B) 80.38º 0.55% 0.75% -
XYZ 34.24 45.44 15.77 -
YUV 169.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 156 192 86 0.19 0 0.55 0.25 80.38 0.46 0.55
Hex 9C C0 56 13 0 37 19 50 2E 37
Octal 234 300 126 23 0 67 31 120 56 67
Binary 10011100 11000000 1010110 10011 0 110111 11001 1010000 101110 110111

Color Harmonies of #9CC056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC056

Black with #9CC056

Text Example


Text Example

White with #9CC056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,86); }

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

background-color css

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

 a { background-color: rgb(156,192,86); }

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

border-color css

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

 span { border-color: rgb(156,192,86); }

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