Html Css Color HEX #9CC96A Olivine

📋 copy color: '#9CC96A'

red 156 ◦ green 201 ◦ blue 106

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

Shades of Olivine #9CC96A

Tints of Olivine #9CC96A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 33.69%
G = 43.41%
B = 22.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#9CC96A (or 0x9CC96A) is known color: Olivine. HEX triplet: 9C, C9 and 6A. RGB value is (156,201,106). Sum of RGB (Red+Green+Blue) = 156+201+106=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC96A is #633695. Grayscale: #B1B1B1. Windows color (decimal): -6502038 or 6998428. OLE color: 6998428.

HSL color Cylindrical-coordinate representation of color #9CC96A: hue angle of 88.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CC96A is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 201 106 -
CMYK 0.22 0 0.47 0.21
HSL 88.42º 0.47% 0.6% -
HSV(B) 88.42º 0.47% 0.79% -
XYZ 37.2 49.88 21.3 -
YUV 176.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 156 201 106 0.22 0 0.47 0.21 88.42 0.47 0.6
Hex 9C C9 6A 16 0 2F 15 58 2F 3C
Octal 234 311 152 26 0 57 25 130 57 74
Binary 10011100 11001001 1101010 10110 0 101111 10101 1011000 101111 111100

Color Harmonies of #9CC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC96A

Black with #9CC96A

Text Example


Text Example

White with #9CC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,201,106); }

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

background-color css

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

 a { background-color: rgb(156,201,106); }

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

border-color css

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

 span { border-color: rgb(156,201,106); }

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