Html Css Color HEX #9CC86F Olivine

📋 copy color: '#9CC86F'

red 156 ◦ green 200 ◦ blue 111

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

Shades of Olivine #9CC86F

Tints of Olivine #9CC86F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 33.4%
G = 42.83%
B = 23.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#9CC86F (or 0x9CC86F) is known color: Olivine. HEX triplet: 9C, C8 and 6F. RGB value is (156,200,111). Sum of RGB (Red+Green+Blue) = 156+200+111=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC86F is #633790. Grayscale: #B1B1B1. Windows color (decimal): -6502289 or 7325852. OLE color: 7325852.

HSL color Cylindrical-coordinate representation of color #9CC86F: hue angle of 89.66º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CC86F is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 200 111 -
CMYK 0.22 0 0.44 0.22
HSL 89.66º 0.45% 0.61% -
HSV(B) 89.66º 0.45% 0.78% -
XYZ 37.23 49.52 22.64 -
YUV 176.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 156 200 111 0.22 0 0.44 0.22 89.66 0.45 0.61
Hex 9C C8 6F 16 0 2C 16 5A 2D 3D
Octal 234 310 157 26 0 54 26 132 55 75
Binary 10011100 11001000 1101111 10110 0 101100 10110 1011010 101101 111101

Color Harmonies of #9CC86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC86F

Black with #9CC86F

Text Example


Text Example

White with #9CC86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,200,111); }

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

background-color css

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

 a { background-color: rgb(156,200,111); }

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

border-color css

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

 span { border-color: rgb(156,200,111); }

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